From fe4529cfb8b02652f9f6dbcedcff6ff204829859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:53:42 +0000 Subject: [PATCH] [bundler] Bump activesupport from 8.0.3 to 8.1.0 Bumps [activesupport](https://github.com/rails/rails) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03cebe0..fabd916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,16 +8,16 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (8.0.3) - activesupport (= 8.0.3) - activesupport (8.0.3) + activemodel (8.1.0) + activesupport (= 8.1.0) + activesupport (8.1.0) 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) @@ -25,7 +25,6 @@ GEM uri (>= 0.13.1) ansi (1.5.0) base64 (0.3.0) - benchmark (0.5.0) bigdecimal (3.3.1) builder (3.3.0) concurrent-ruby (1.3.5) @@ -33,6 +32,7 @@ GEM drb (2.2.3) i18n (1.14.7) concurrent-ruby (~> 1.0) + json (2.15.1) logger (1.7.0) minitest (5.26.0) minitest-reporters (1.7.1)