From af1774d1c3f5d255b805e10fc2c9f6046694b91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:37:41 +0000 Subject: [PATCH] Bump activesupport from 3.2.3 to 4.1.11 Bumps [activesupport](https://github.com/rails/rails) from 3.2.3 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.3...v4.1.11) Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13b8516..325c0be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,18 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.3) - i18n (~> 0.6) - 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) + concurrent-ruby (1.1.5) diff-lcs (1.1.3) - i18n (0.6.0) - multi_json (1.3.4) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) + minitest (5.12.2) rake (0.9.2.2) rspec (2.9.0) rspec-core (~> 2.9.0) @@ -16,6 +22,9 @@ GEM rspec-expectations (2.9.1) diff-lcs (~> 1.1.3) rspec-mocks (2.9.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) PLATFORMS ruby