From 88e640547de9e67c238c4827830b0419982c71e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:26:44 +0000 Subject: [PATCH] Bump activesupport from 6.0.3.4 to 7.2.3.1 in /client Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.4 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/v6.0.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] --- client/Gemfile.lock | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/client/Gemfile.lock b/client/Gemfile.lock index 6e0ab146..744d0db0 100644 --- a/client/Gemfile.lock +++ b/client/Gemfile.lock @@ -1,18 +1,30 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.7) + 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) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) diff-lcs (1.4.4) + drb (2.2.3) highline (2.0.3) - i18n (1.8.5) + i18n (1.14.8) concurrent-ruby (~> 1.0) - minitest (5.14.2) + logger (1.7.0) + minitest (5.27.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3) @@ -33,17 +45,16 @@ GEM rspec-support (~> 3.10.0) rspec-support (3.10.0) ruby2_keywords (0.0.2) + securerandom (0.4.1) sinatra (2.1.0) mustermann (~> 1.0) rack (~> 2.2) rack-protection (= 2.1.0) tilt (~> 2.0) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.8) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) yajl-ruby (1.4.1) - zeitwerk (2.4.2) PLATFORMS ruby