From 077cf691d5201a3a33cf4a950c71cf30b40ec72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 05:11:22 +0000 Subject: [PATCH] Bump activesupport from 3.2.14 to 4.1.11 Bumps [activesupport](https://github.com/rails/rails) from 3.2.14 to 4.1.11. - [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/v3.2.14...v4.1.11) Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22307ad..c7e15b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.14) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) + activesupport (4.1.11) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) addressable (2.3.6) builder (3.2.2) commander (4.1.5) highline (~> 1.6.11) + concurrent-ruby (1.1.5) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.2.4) @@ -25,7 +29,8 @@ GEM grocer (0.4.1) hashie (3.3.2) highline (1.6.19) - i18n (0.6.5) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jeweler (2.0.1) builder bundler (>= 1.0) @@ -39,7 +44,8 @@ GEM json (1.8.1-java) jwt (1.2.0) mini_portile (0.6.1) - multi_json (1.8.0) + minitest (5.12.2) + multi_json (1.14.0) multi_xml (0.5.5) multipart-post (2.0.0) nokogiri (1.6.5) @@ -73,6 +79,8 @@ GEM terminal-table (1.4.5) thread_safe (0.3.4) thread_safe (0.3.4-java) + tzinfo (1.2.5) + thread_safe (~> 0.1) yard (0.8.7.2) PLATFORMS