From 39eb516a83863e1956b58c8b0aad48e08524af91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:30:48 +0000 Subject: [PATCH] Update activesupport requirement from = 5.0.2 to = 6.0.3.1 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.2...v6.0.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 772d5f8..81af287 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,16 +8,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.0.2) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) byebug (9.0.6) columnize (0.9.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) debugger (1.6.8) @@ -32,12 +33,13 @@ GEM hashdiff (0.3.2) httparty (0.14.0) multi_xml (>= 0.5.2) - i18n (0.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (2.3.0) - minitest (5.10.1) + minitest (5.14.1) multi_xml (0.6.0) public_suffix (2.0.5) - rake (12.0.0) + rake (12.3.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -55,23 +57,24 @@ GEM shoulda-matchers (3.1.1) activesupport (>= 4.0.0) thread_safe (0.3.6) - tzinfo (1.2.2) + tzinfo (1.2.7) thread_safe (~> 0.1) webmock (2.3.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - activesupport (= 5.0.2) + activesupport (= 6.0.3.1) byebug debugger faker (= 1.7.3) mbsy! - rake (= 12.0.0) + rake (= 12.3.3) rspec (= 3.5.0) shoulda-matchers (= 3.1.1) webmock (= 2.3.2)