From 42f90d7092c5bd42075477b21d7f91671d2fccfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 21:07:01 +0000 Subject: [PATCH] Bump activesupport from 4.0.2 to 6.0.0 Bumps [activesupport](https://github.com/rails/rails) from 4.0.2 to 6.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.2...v6.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 56 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 228dc08..a033a3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,26 @@ PATH json_pure (>= 1.4.6) net-ssh (>= 2.0.23) posix-spawn (>= 0.3.6) - sinatra (~> 1.0.0) + sinatra (~> 1.0) GEM remote: http://rubygems.org/ specs: - activesupport (4.0.2) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) acts_as_rails3_generator (0.0.1) - atomic (1.1.14) celluloid (0.15.2) timers (~> 1.1.0) celluloid-io (0.15.0) celluloid (>= 0.15.0) nio4r (>= 0.5.0) coderay (1.1.0) - daemons (1.1.9) + concurrent-ruby (1.1.5) + daemons (1.3.1) ffi (1.9.3) flexmock (1.3.3) formatador (0.2.4) @@ -40,12 +40,12 @@ GEM guard-test (2.0.4) guard (~> 2.0) test-unit (~> 2.2) - httparty (0.13.3) - json (~> 1.8) + httparty (0.17.1) + mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (0.6.9) - json (1.8.2) - json_pure (1.8.2) + i18n (1.7.0) + concurrent-ruby (~> 1.0) + json_pure (2.2.0) listen (2.5.0) celluloid (>= 0.15.2) celluloid-io (>= 0.15.0) @@ -53,17 +53,21 @@ GEM rb-inotify (>= 0.9) lumberjack (1.0.4) method_source (0.8.2) - minitest (4.7.5) - multi_json (1.8.4) - multi_xml (0.5.5) - net-ssh (2.9.2) + mime-types (3.3) + mime-types-data (~> 3.2015) + mime-types-data (3.2019.1009) + minitest (5.12.2) + multi_xml (0.6.0) + net-ssh (5.2.0) nio4r (1.0.0) - posix-spawn (0.3.9) + posix-spawn (0.3.13) pry (0.9.12.6) coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) rack (1.5.2) + rack-protection (1.5.5) + rack rack-test (0.6.2) rack (>= 1.0) rake (0.8.7) @@ -77,15 +81,19 @@ GEM shoulda-context (1.1.6) shoulda-matchers (2.5.0) activesupport (>= 3.0.0) - sinatra (1.0) - rack (>= 1.0) + sinatra (1.4.8) + rack (~> 1.5) + rack-protection (~> 1.4) + tilt (>= 1.3, < 3) slop (3.4.7) test-unit (2.5.5) thor (0.18.1) - thread_safe (0.1.3) - atomic + thread_safe (0.3.6) + tilt (2.0.10) timers (1.1.0) - tzinfo (0.3.38) + tzinfo (1.2.5) + thread_safe (~> 0.1) + zeitwerk (2.2.0) PLATFORMS ruby