From e4ad896b3303546a937e38bd8da4f7b7f2f98eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:37:05 +0000 Subject: [PATCH] Bump activesupport from 6.0.0 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 6.0.0 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b0d4e7..b84d933 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,18 +8,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.0) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) childprocess (3.0.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -41,7 +40,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.0.0) - i18n (1.7.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparse (1.4.4) jaro_winkler (1.5.3) @@ -52,7 +51,7 @@ GEM lumberjack (1.0.13) method_source (0.9.2) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.17.0) nenv (0.3.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) @@ -103,17 +102,15 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thor (0.20.3) - thread_safe (0.3.6) timecop (0.9.1) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.0) vcr (3.0.3) webmock (3.7.6) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.1.10) PLATFORMS ruby