From a2281674c7e3090c9f5fcd648c6915909a0cb0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:31:51 +0000 Subject: [PATCH] Bump activesupport from 3.2.11 to 6.0.0 Bumps [activesupport](https://github.com/rails/rails) from 3.2.11 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/v3.2.11...v6.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79727b3..48a4db5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,17 +8,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (3.2.11) - i18n (~> 0.6) - multi_json (~> 1.0) + 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) addressable (2.3.2) + concurrent-ruby (1.1.5) crack (0.3.2) httparty (0.10.0) multi_json (~> 1.0) multi_xml - i18n (0.6.1) + i18n (1.7.0) + concurrent-ruby (~> 1.0) json (1.7.6) - multi_json (1.5.0) + minitest (5.13.0) + multi_json (1.14.1) multi_xml (0.5.2) rake (10.0.3) shoulda (3.3.2) @@ -27,10 +33,14 @@ GEM shoulda-context (1.0.2) shoulda-matchers (1.4.1) activesupport (>= 3.0.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) vcr (2.4.0) webmock (1.9.0) addressable (>= 2.2.7) crack (>= 0.1.7) + zeitwerk (2.2.0) PLATFORMS ruby