From e1d2e88607b4069abb63fe33cf1cf60c5adab742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:50:15 +0000 Subject: [PATCH] Bump rack from 1.2.1 to 1.4.7 Bumps [rack](https://github.com/rack/rack) from 1.2.1 to 1.4.7. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.2.1...1.4.7) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 91 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 37 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0586072..ad98bfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,48 +1,58 @@ GEM remote: http://rubygems.org/ specs: - abstract (1.0.0) - actionpack (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.4) - rack (~> 1.2.1) - rack-mount (~> 0.6.13) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.5) - activesupport (= 3.0.5) - builder (~> 2.1.2) - i18n (~> 0.4) - activesupport (3.0.5) - builder (2.1.2) - diff-lcs (1.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) + actionpack (3.2.22.5) + activemodel (= 3.2.22.5) + activesupport (= 3.2.22.5) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.4) + rack (~> 1.4.5) + rack-cache (~> 1.2) + rack-test (~> 0.6.1) + sprockets (~> 2.2.1) + activemodel (3.2.22.5) + activesupport (= 3.2.22.5) + builder (~> 3.0.0) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + builder (3.0.4) + concurrent-ruby (1.1.10) + diff-lcs (1.1.3) + erubis (2.7.0) haml (3.0.25) - i18n (0.5.0) + hike (1.2.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + journey (1.0.4) + json (1.8.6) + multi_json (1.15.0) mynyml-redgreen (0.7.1) term-ansicolor (>= 1.0.4) - newrelic_rpm (2.13.4) - rack (1.2.1) - rack-mount (0.6.13) - rack (>= 1.0.0) - rack-test (0.5.7) + rack (1.4.7) + rack-cache (1.13.0) + rack (>= 0.4) + rack-ssl (1.3.4) + rack + rack-test (0.6.3) rack (>= 1.0) - railties (3.0.5) - actionpack (= 3.0.5) - activesupport (= 3.0.5) + railties (3.2.22.5) + actionpack (= 3.2.22.5) + activesupport (= 3.2.22.5) + rack-ssl (~> 1.3.2) rake (>= 0.8.7) - thor (~> 0.14.4) - rake (0.8.7) + rdoc (~> 3.4) + thor (>= 0.14.6, < 2.0) + rake (13.0.6) + rdoc (3.12.2) + json (~> 1.4) rmagick (2.13.1) rspec (2.5.0) rspec-core (~> 2.5.0) rspec-expectations (~> 2.5.0) rspec-mocks (~> 2.5.0) - rspec-core (2.5.1) + rspec-core (2.5.2) rspec-expectations (2.5.0) diff-lcs (~> 1.1.2) rspec-mocks (2.5.0) @@ -56,10 +66,18 @@ GEM sinatra (1.1.3) rack (~> 1.1) tilt (>= 1.2.2, < 2.0) - term-ansicolor (1.0.5) - thor (0.14.6) - tilt (1.2.2) - tzinfo (0.3.24) + sprockets (2.2.3) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sync (0.5.0) + term-ansicolor (1.7.1) + tins (~> 1.0) + thor (1.2.1) + tilt (1.4.1) + tins (1.31.1) + sync PLATFORMS ruby @@ -67,7 +85,6 @@ PLATFORMS DEPENDENCIES haml mynyml-redgreen - newrelic_rpm rmagick rspec (>= 2.0.1) rspec-rails (>= 2.0.1)