From e21114854b8f5565b160d7fec990bdf4b76ae858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:54:43 +0000 Subject: [PATCH] Bump activesupport from 8.0.0 to 8.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 8.0.0 to 8.0.4.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/v8.0.0...v8.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.0.4.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1509e39..c6bacbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.0) + activesupport (8.0.4.1) base64 benchmark (>= 0.3) bigdecimal @@ -10,26 +10,26 @@ GEM 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) uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.8) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) coderay (1.1.3) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (1.0.0) bigdecimal rexml - drb (2.2.1) + drb (2.2.3) hashdiff (1.2.1) - i18n (1.14.6) + i18n (1.14.8) concurrent-ruby (~> 1.0) - logger (1.6.1) + logger (1.7.0) method_source (1.1.0) mini_portile2 (2.8.9) minitest (5.25.2) @@ -40,7 +40,7 @@ GEM rexml (3.4.2) rss (0.3.1) rexml - securerandom (0.3.2) + securerandom (0.4.1) sequel (5.87.0) bigdecimal sqlite3 (2.3.1) @@ -48,7 +48,7 @@ GEM sqlite3 (2.3.1-x86_64-darwin) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.4) + uri (1.1.1) vcr (6.3.1) base64 webmock (3.25.1)