From 92d0ad798d7efa8a8f42bf6cf346ac474f0008b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:50:06 +0000 Subject: [PATCH] Bump activesupport from 5.2.3 to 6.1.4 Bumps [activesupport](https://github.com/rails/rails) from 5.2.3 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.1.4) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8959b9..b2caaf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,20 +10,21 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (6.1.4) 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) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.9) crack (0.4.3) safe_yaml (~> 1.0.0) hashdiff (0.3.9) - i18n (1.6.0) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) metaclass (0.0.4) @@ -53,14 +54,14 @@ GEM rugged (0.28.1) safe_yaml (1.0.5) thor (0.20.3) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) unicode-display_width (1.5.0) webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + zeitwerk (2.4.2) PLATFORMS ruby