From b4eddbd43ee65beb3d714f1b1c8bc382135a75f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 21:51:51 +0000 Subject: [PATCH] Bump rack from 1.5.2 to 1.6.13 in /examples/sinatra Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.5.2...1.6.13) Signed-off-by: dependabot[bot] --- examples/sinatra/Gemfile.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/sinatra/Gemfile.lock b/examples/sinatra/Gemfile.lock index 039c4f3824..debf678ce5 100644 --- a/examples/sinatra/Gemfile.lock +++ b/examples/sinatra/Gemfile.lock @@ -2,18 +2,20 @@ PATH remote: ../.. specs: opal (0.10.2) + ast (>= 2.3.0) hike (~> 1.2) + parser (= 2.5.0.5) sourcemap (~> 0.1.0) - sprockets (~> 3.1) - tilt (>= 1.4) GEM remote: https://rubygems.org/ specs: - concurrent-ruby (1.0.2) + ast (2.4.1) hike (1.2.3) + parser (2.5.0.5) + ast (~> 2.4.0) puma (3.6.0) - rack (1.5.2) + rack (1.6.13) rack-protection (1.5.3) rack sinatra (1.4.5) @@ -21,9 +23,6 @@ GEM rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) sourcemap (0.1.1) - sprockets (3.7.0) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) tilt (1.4.1) PLATFORMS