From 1f264a1e45b42be8c249d8e55219cb26b9f8477c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:24:01 +0000 Subject: [PATCH] Bump activesupport from 7.2.3 to 7.2.3.1 Bumps [activesupport](https://github.com/rails/rails) from 7.2.3 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.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 | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 8b27a14..823eda4 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ ruby '>= 3.1.0' gem 'bigdecimal', '~> 3.1.0' gem 'dotenv' gem 'activerecord', '~> 7.2.0' -gem 'activesupport', '~> 7.2.0' +gem 'activesupport', '~> 7.2.3' gem 'mysql2' gem 'i18n' gem 'thor' diff --git a/Gemfile.lock b/Gemfile.lock index 289b64c..0f956ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.2.3) - activesupport (= 7.2.3) - activerecord (7.2.3) - activemodel (= 7.2.3) - activesupport (= 7.2.3) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activerecord (7.2.3.1) + activemodel (= 7.2.3.1) + activesupport (= 7.2.3.1) timeout (>= 0.4.0) - activesupport (7.2.3) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -16,7 +16,7 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) @@ -25,7 +25,7 @@ GEM bigdecimal (3.1.9) coderay (1.1.3) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) dotenv (3.2.0) drb (2.2.3) i18n (1.14.8) @@ -82,7 +82,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 7.2.0) - activesupport (~> 7.2.0) + activesupport (~> 7.2.3) bigdecimal (~> 3.1.0) dotenv i18n