From b2e5574f0f3684730c0a9017f83bfa2fce0642c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 02:07:00 +0000 Subject: [PATCH] Bump activesupport from 3.2.13 to 7.0.4.2 Bumps [activesupport](https://github.com/rails/rails) from 3.2.13 to 7.0.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.13...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d213bff..7c2beba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,14 +7,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) + activesupport (7.0.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) cane (2.5.0) parallel + concurrent-ruby (1.2.0) diff-lcs (1.2.5) - i18n (0.6.1) - multi_json (1.7.3) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) mysql2 (0.3.17) parallel (0.6.1) rake (10.0.3) @@ -26,6 +30,8 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby