From 8607c7f5526b8009417cdf8b3342a2f8fdc076aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:06:31 +0000 Subject: [PATCH] Bump activesupport from 7.0.4.3 to 7.0.7.2 Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.7.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4.3...v7.0.7.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 901d5d0..9874ce9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,19 +8,32 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.3.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.0) bump (0.10.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.6) + connection_pool (2.5.5) diff-lcs (1.5.0) - i18n (1.12.0) + drb (2.2.3) + i18n (1.14.8) concurrent-ruby (~> 1.0) json (2.6.2) - minitest (5.18.0) + logger (1.7.0) + minitest (5.27.0) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) @@ -58,6 +71,7 @@ GEM rubocop-rspec (2.12.1) rubocop (~> 1.31) ruby-progressbar (1.11.0) + securerandom (0.4.1) smart_init (5.0.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0)