From b556bdea98edb3383c59c73b2290f45532f5bf56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:32:13 +0000 Subject: [PATCH] Bump activesupport from 7.0.2.2 to 7.0.7.1 Bumps [activesupport](https://github.com/rails/rails) from 7.0.2.2 to 7.0.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.2.2...v7.0.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.0.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3146100844..19cdfa4631 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,24 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.2) + activesupport (7.0.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.3.5) diff-lcs (1.5.0) faraday (2.2.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) faraday-net_http (2.0.1) - i18n (1.10.0) + i18n (1.14.7) concurrent-ruby (~> 1.0) kwalify (0.7.2) method_source (1.0.0) mini_portile2 (2.8.0) - minitest (5.15.0) + minitest (5.25.5) nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -41,7 +41,7 @@ GEM rspec-support (~> 3.11.0) rspec-support (3.11.0) ruby2_keywords (0.0.5) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) PLATFORMS