From 8fe932a690b650b84becfcc580acdcaf5db0cbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 22:22:44 +0000 Subject: [PATCH] Bump rack from 1.4.1 to 2.0.8 Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 2.0.8. - [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.4.1...2.0.8) Signed-off-by: dependabot[bot] --- Gemfile.lock | 96 ++++++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 45 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0caf4c1..44c19ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,61 +1,68 @@ GEM remote: http://rubygems.org/ specs: - actionpack (3.2.8) - activemodel (= 3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.0) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.1.3) - activemodel (3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) - builder (3.0.3) + actionpack (6.0.2.1) + actionview (= 6.0.2.1) + activesupport (= 6.0.2.1) + rack (~> 2.0, >= 2.0.8) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.2.1) + activesupport (= 6.0.2.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (6.0.2.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2) + builder (3.2.4) coderay (1.0.7) + concurrent-ruby (1.1.5) + crass (1.0.5) diff-lcs (1.1.3) - erubis (2.7.0) + erubi (1.9.0) guard (1.4.0) listen (>= 0.4.2) thor (>= 0.14.6) guard-rspec (2.0.0) guard (>= 1.1) rspec (~> 2.11) - hike (1.2.1) - i18n (0.6.1) - journey (1.0.4) - json (1.7.5) + i18n (1.7.0) + concurrent-ruby (~> 1.0) listen (0.5.2) + loofah (2.4.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) method_source (0.8) - multi_json (1.3.6) + mini_portile2 (2.4.0) + minitest (5.13.0) + nokogiri (1.10.7) + mini_portile2 (~> 2.4.0) pry (0.9.10) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.3.1) - rack (1.4.1) - rack-cache (1.2) - rack (>= 0.4) - rack-ssl (1.3.2) - rack - rack-test (0.6.1) - rack (>= 1.0) - railties (3.2.8) - actionpack (= 3.2.8) - activesupport (= 3.2.8) - rack-ssl (~> 1.3.2) + rack (2.0.8) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + railties (6.0.2.1) + actionpack (= 6.0.2.1) + activesupport (= 6.0.2.1) + method_source rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) - rake (0.9.2.2) + thor (>= 0.20.3, < 2.0) + rake (13.0.1) rb-fsevent (0.9.1) - rdoc (3.12) - json (~> 1.4) rspec (2.11.0) rspec-core (~> 2.11.0) rspec-expectations (~> 2.11.0) @@ -71,13 +78,12 @@ GEM rspec (~> 2.11.0) slop (3.3.3) split-where (0.0.3) - sprockets (2.1.3) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - thor (0.16.0) - tilt (1.3.3) + thor (1.0.1) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) yard (0.8.2.1) + zeitwerk (2.2.2) PLATFORMS ruby