From d762b6ba59f334b679045a0d706e363743c8bd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:21:13 +0000 Subject: [PATCH] Bump activesupport from 3.0.0 to 6.1.7.5 Bumps [activesupport](https://github.com/rails/rails) from 3.0.0 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.0...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f89dac..d5b2496 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,8 +6,17 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.0.0) + activesupport (6.1.7.5) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + concurrent-ruby (1.3.5) diff-lcs (1.1.2) + i18n (1.14.7) + concurrent-ruby (~> 1.0) + minitest (5.25.4) rspec (2.0.0.beta.22) rspec-core (= 2.0.0.beta.22) rspec-expectations (= 2.0.0.beta.22) @@ -19,7 +28,9 @@ GEM rspec-core (= 2.0.0.beta.22) rspec-expectations (= 2.0.0.beta.22) timecop (0.3.5) - tzinfo (0.3.23) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.7.1) PLATFORMS java