From ca348d09376fc86d2e6ee8b905f9029201b8ba83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:51:56 +0000 Subject: [PATCH] Bump activesupport from 7.2.1 to 7.2.3.1 in /api_generator Bumps [activesupport](https://github.com/rails/rails) from 7.2.1 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.2.1...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_generator/Gemfile.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/api_generator/Gemfile.lock b/api_generator/Gemfile.lock index c9cbd6029..aadee7eba 100644 --- a/api_generator/Gemfile.lock +++ b/api_generator/Gemfile.lock @@ -1,29 +1,31 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + 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) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.8) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) - drb (2.2.1) - i18n (1.14.6) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) + concurrent-ruby (1.3.7) + connection_pool (2.5.5) + drb (2.2.3) + i18n (1.15.2) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - logger (1.6.1) - minitest (5.25.1) + logger (1.7.0) + minitest (5.27.0) mustache (1.1.1) parallel (1.26.3) parser (3.3.5.0) @@ -50,7 +52,7 @@ GEM rubocop-rspec (2.11.1) rubocop (~> 1.19) ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0)