From 5aea9bf8c059a72062ab432252ce3380853f9eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:19:18 +0000 Subject: [PATCH] Bump rack from 1.5.2 to 1.5.5 in /features/gemsets/rails4.0 Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.5.5. - [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.5.5) Signed-off-by: dependabot[bot] --- features/gemsets/rails4.0/Gemfile.lock | 31 +++++++++++--------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/features/gemsets/rails4.0/Gemfile.lock b/features/gemsets/rails4.0/Gemfile.lock index aa7f46b..870110b 100644 --- a/features/gemsets/rails4.0/Gemfile.lock +++ b/features/gemsets/rails4.0/Gemfile.lock @@ -1,13 +1,7 @@ -GIT - remote: git://github.com/sporkrb/spork.git - revision: 38ab44f0968c23509912680a04f903fe4ad5c068 - specs: - spork (1.0.0rc3) - PATH - remote: ../../../ + remote: ../../.. specs: - spork-rails (3.2.1) + spork-rails (4.0.0) rails (>= 3.0.0, < 5) spork (>= 1.0rc0) @@ -48,18 +42,12 @@ GEM coffee-script-source execjs coffee-script-source (1.6.3) - columnize (0.3.6) + columnize (0.9.0) cucumber (1.3.2) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.12.0) multi_json (~> 1.3) - debugger (1.6.0) - columnize (>= 0.3.1) - debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.1) - debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.3) diff-lcs (1.2.4) erubis (2.7.0) execjs (1.4.0) @@ -71,6 +59,7 @@ GEM jquery-rails (3.0.2) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) + linecache (1.3.1) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -78,7 +67,7 @@ GEM minitest (4.7.5) multi_json (1.7.7) polyglot (0.3.3) - rack (1.5.2) + rack (1.5.5) rack-test (0.6.2) rack (>= 1.0) rails (4.0.0) @@ -110,6 +99,12 @@ GEM rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) + ruby-debug (0.10.4) + columnize (>= 0.1) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) + linecache (>= 0.3) + spork (1.0.0rc4) sprockets (2.10.0) hike (~> 1.2) multi_json (~> 1.0) @@ -136,12 +131,12 @@ PLATFORMS DEPENDENCIES cucumber (~> 1.3.2) - debugger jquery-rails rails (~> 4.0) rspec (~> 2.13.0) rspec-rails (~> 2.13.2) - spork! + ruby-debug + spork (>= 1.0rc0) spork-rails! sqlite3 (~> 1.3.7) turbolinks