From 419d69479cf25e69159f6223d181ebc83d9046e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:54:34 +0000 Subject: [PATCH] Bump activesupport from 7.1.3.2 to 7.2.3.1 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.2 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.1.3.2...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 | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d46824..86cc878 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,31 +1,34 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.2) + 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.8.6) public_suffix (>= 2.0.2, < 6.0) allocation_stats (0.1.5) ansi (1.5.0) - base64 (0.2.0) + base64 (0.3.0) + benchmark (0.5.0) benchmark-ips (2.13.0) - bigdecimal (3.1.7) + bigdecimal (4.0.1) builder (3.2.4) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) docile (1.4.0) domain_name (0.6.20240107) - drb (2.2.1) + drb (2.2.3) faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -76,7 +79,7 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.4) + i18n (1.14.8) concurrent-ruby (~> 1.0) juwelier (2.4.9) builder @@ -100,6 +103,7 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.7.0) macaddr (1.7.2) systemu (~> 2.6.5) mini_portile2 (2.8.9) @@ -114,7 +118,6 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.4.0) - mutex_m (0.2.0) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -135,6 +138,7 @@ GEM psych (>= 4.0.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.4.1) semantic_logger (4.15.0) concurrent-ruby (~> 1.0) semver2 (3.4.2)