From 5f7f86adbc6c1e12910a491666026f4384057abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 08:15:27 +0000 Subject: [PATCH] Bump activesupport from 5.2.2 to 6.1.3 Bumps [activesupport](https://github.com/rails/rails) from 5.2.2 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.2...v6.1.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97e7358..811ec51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,15 +16,16 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.2) - activesupport (= 5.2.2) - activesupport (5.2.2) + activemodel (6.1.3) + activesupport (= 6.1.3) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) coderay (1.1.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.8) diff-lcs (1.3) ffi (1.9.23) ffi (1.9.23-java) @@ -44,7 +45,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (1.2.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -52,7 +53,7 @@ GEM ruby_dep (~> 1.2) lumberjack (1.0.12) method_source (0.9.0) - minitest (5.11.3) + minitest (5.14.4) nenv (0.3.0) notiffany (0.1.1) nenv (~> 0.1) @@ -90,9 +91,9 @@ GEM spoon (0.0.6) ffi thor (0.20.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS java