From a693d8a87ebf6317c0a78b168d388f74f41e39af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 06:59:15 +0000 Subject: [PATCH] Bump activesupport from 7.2.2.1 to 8.0.2 Bumps [activesupport](https://github.com/rails/rails) from 7.2.2.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.2.2.1...v8.0.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9cef14ea8..44f29f603 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'tempfile' gem "rdoc" gem "fileutils" gem "raap" -gem "activesupport", "~> 7.0" +gem "activesupport", "~> 8.0" gem "extconf_compile_commands_json" group :libs do diff --git a/Gemfile.lock b/Gemfile.lock index 10e19c792..d752394de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM remote: https://rubygems.org/ specs: abbrev (0.1.2) - activesupport (7.2.2.1) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -26,11 +26,12 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.0) + benchmark (0.4.1) benchmark-ips (2.14.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) @@ -44,6 +45,7 @@ GEM extconf_compile_commands_json (0.0.7) ffi (1.17.2) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) fileutils (1.7.3) goodcheck (3.1.0) marcel (>= 1.0, < 2.0) @@ -73,6 +75,8 @@ GEM nkf (0.2.0) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.1) parallel (1.27.0) parser (3.3.8.0) @@ -127,7 +131,7 @@ GEM rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-on-rbs (1.7.0) + rubocop-on-rbs (1.8.0) lint_roller (~> 1.1) rbs (~> 3.5) rubocop (>= 1.72.1, < 2.0) @@ -176,10 +180,11 @@ GEM PLATFORMS arm64-darwin-24 + x86_64-linux DEPENDENCIES abbrev - activesupport (~> 7.0) + activesupport (~> 8.0) base64 benchmark-ips bigdecimal