From db317454d4f6aaeb7b10c28a7c2c9c04a5afe675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 06:05:20 +0000 Subject: [PATCH] Bump activesupport from 7.0.3.1 to 8.0.2 Bumps [activesupport](https://github.com/rails/rails) from 7.0.3.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3.1...v8.0.2) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cbb01cb..3829fb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,17 +8,31 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.0.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) - concurrent-ruby (1.1.10) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) + drb (2.2.1) fastcsv (0.0.6) - i18n (1.12.0) + i18n (1.14.7) concurrent-ruby (~> 1.0) - minitest (5.16.2) + logger (1.7.0) + minitest (5.25.5) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) @@ -37,9 +51,11 @@ GEM rubocop-ast (1.17.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) - tzinfo (2.0.4) + securerandom (0.4.1) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) + uri (1.0.3) PLATFORMS ruby