From 28f81a99965cd727cc6e91d578d92a21ab1168fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:52:16 +0000 Subject: [PATCH] Bump activesupport from 7.1.3.4 to 7.2.3.1 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 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.4...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 | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e336d0c..bdbb0a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,31 +11,34 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (7.1.3.4) + 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) addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) akami (1.3.3) base64 gyoku (>= 0.4.0) nokogiri - base64 (0.2.0) - bigdecimal (3.1.8) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.7) - connection_pool (2.4.1) + concurrent-ruby (1.3.8) + connection_pool (3.0.2) date (3.5.1) diff-lcs (1.5.1) - drb (2.2.1) + drb (2.2.3) faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) logger @@ -67,7 +70,7 @@ GEM mutex_m nkf rack (>= 2.0, < 4) - i18n (1.14.5) + i18n (1.15.2) concurrent-ruby (~> 1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -82,10 +85,10 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.27.0) mocha (0.9.10) rake - mutex_m (0.2.0) + mutex_m (0.3.0) nenv (0.3.0) net-http (0.4.1) uri @@ -143,6 +146,7 @@ GEM nokogiri (>= 1.8.1) nori (~> 2.4) wasabi (>= 3.7, < 6) + securerandom (0.4.1) shellany (0.0.1) strscan (3.1.0) thor (1.3.1)