From a7cdccabdebf3cf07285bf6cc9f28397ac744068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:13:32 +0000 Subject: [PATCH] Bump activesupport from 7.2.3 to 8.1.2.1 Bumps [activesupport](https://github.com/rails/rails) from 7.2.3 to 8.1.2.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...v8.1.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index cf2982acd..8b5a21c48 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'tempfile' gem "rdoc" gem "fileutils" gem "raap" -gem "activesupport", "~> 7.0" +gem "activesupport", "~> 8.1" gem "extconf_compile_commands_json" gem "irb" diff --git a/Gemfile.lock b/Gemfile.lock index 8728fbaee..26d2987b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,23 +36,23 @@ GEM remote: https://rubygems.org/ specs: abbrev (0.1.2) - activesupport (7.2.3) + activesupport (8.1.2.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.5.0) benchmark-ips (2.14.0) bigdecimal (4.0.1) concurrent-ruby (1.3.6) @@ -191,11 +191,10 @@ GEM zlib (3.2.3) PLATFORMS - ruby DEPENDENCIES abbrev - activesupport (~> 7.0) + activesupport (~> 8.1) base64 benchmark-ips bigdecimal