From 258e30c557eadc5bc2624d8a542c0315b91dfaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 06:17:22 +0000 Subject: [PATCH] Bump activesupport from 7.1.3 to 7.2.3.1 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.3...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e26e447..3f219d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,27 +8,30 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3) - activesupport (= 7.1.3) - activesupport (7.1.3) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activesupport (7.2.3.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) appraisal (1.0.3) bundler rake thor (>= 0.14.0) ast (2.4.2) base64 (0.3.0) + benchmark (0.5.0) bigdecimal (4.1.2) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -42,6 +45,7 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) json (2.7.1) + logger (1.7.0) mini_portile2 (2.8.5) minitest (5.14.4) mutex_m (0.3.0) @@ -89,6 +93,7 @@ GEM rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + securerandom (0.4.1) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3)