From aa5fae58d18c4753fcc3a72e1c4dab163d122862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:59:12 +0000 Subject: [PATCH] Bump activesupport from 6.0.3.2 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.2 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.2...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index b7e8b4cc5..3c83445ba 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.7.1' -gem 'activesupport', '~> 6.0', '>= 6.0.3.2', require: 'active_support/all' +gem 'activesupport', '~> 6.1', require: 'active_support/all' gem 'minitest', '~> 5.14', '>= 5.14.1' gem 'minitest-reporters', github: 'kern/minitest-reporters' # make sure github gems work, cf. https://github.com/pmq20/ruby-packer/issues/95 gem 'pry', '~> 0.13.1' diff --git a/Gemfile.lock b/Gemfile.lock index dd4e2a4e5..8c53dbc29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,17 +11,17 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) ansi (1.5.0) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.1.6) - i18n (1.8.3) + concurrent-ruby (1.2.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.14.1) @@ -30,10 +30,9 @@ GEM method_source (~> 1.0) rake (13.0.1) ruby-progressbar (1.10.1) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) - zeitwerk (2.4.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.7) PLATFORMS mswin64 @@ -41,7 +40,7 @@ PLATFORMS x64-mingw32 DEPENDENCIES - activesupport (~> 6.0, >= 6.0.3.2) + activesupport (~> 6.1) minitest (~> 5.14, >= 5.14.1) minitest-reporters! pry (~> 0.13.1)