From feef0760c4decacb243e5f210e631cd2d00b3c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:04:41 +0000 Subject: [PATCH] Bump activesupport from 5.2.6 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 5.2.6 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/v5.2.6...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gems.locked | 20 ++++++++++---------- gems.rb | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gems.locked b/gems.locked index de06660..bc2eac1 100644 --- a/gems.locked +++ b/gems.locked @@ -1,19 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.6) + activesupport (6.1.7.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) ansi (1.5.0) ast (2.4.2) awesome_print (1.8.0) builder (3.2.4) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) docile (1.4.0) hashie (4.1.0) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) minitest (5.14.4) minitest-great_expectations (0.0.5) @@ -48,9 +49,8 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) zeitwerk (2.4.2) @@ -59,7 +59,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 5.2) + activesupport (~> 6.1) awesome_print (~> 1.8.0) hashie minitest (~> 5.0) diff --git a/gems.rb b/gems.rb index 796309e..9f6d9a3 100644 --- a/gems.rb +++ b/gems.rb @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '~> 5.2' +gem 'activesupport', '~> 6.1' gem 'hashie' gem 'recursive-open-struct', '~> 1.1.0' gem 'zeitwerk'