From 2768f1efd5b98b783b47978ba6c15dff3335f433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:43:39 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 3 updates Bumps the bundler group with 3 updates in the /rb directory: [activesupport](https://github.com/rails/rails), [yard](https://yardoc.org) and [erb](https://github.com/ruby/erb). Updates `activesupport` from 7.2.3 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.3...v7.2.3.1) Updates `yard` from 0.9.39 to 0.9.42 Updates `erb` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/ruby/erb/releases) - [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md) - [Commits](https://github.com/ruby/erb/compare/v6.0.2...v6.0.4) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production dependency-group: bundler - dependency-name: yard dependency-version: 0.9.42 dependency-type: direct:development dependency-group: bundler - dependency-name: erb dependency-version: 6.0.4 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- rb/Gemfile | 2 +- rb/Gemfile.lock | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/rb/Gemfile b/rb/Gemfile index dab19830e8a0c..b4b542ef26f34 100644 --- a/rb/Gemfile +++ b/rb/Gemfile @@ -6,7 +6,7 @@ Dir["#{__dir__}/*.gemspec"].each do |spec| end # ActiveSupport 8.x requires Ruby 3.2+ (dependency of Steep) -gem 'activesupport', '~> 7.0', require: false, platforms: %i[mri mingw x64_mingw] +gem 'activesupport', '~> 7.2', require: false, platforms: %i[mri mingw x64_mingw] gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw] gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw] gem 'steep', '~> 1.10.0', require: false, platforms: %i[mri mingw x64_mingw] diff --git a/rb/Gemfile.lock b/rb/Gemfile.lock index b7399dadb2b68..cc9077a856c41 100644 --- a/rb/Gemfile.lock +++ b/rb/Gemfile.lock @@ -13,7 +13,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.3) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -22,7 +22,7 @@ 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) addressable (2.9.0) @@ -30,8 +30,8 @@ GEM ast (2.4.3) base64 (0.3.0) benchmark (0.5.0) - bigdecimal (4.1.1) - bigdecimal (4.1.1-java) + bigdecimal (4.1.2) + bigdecimal (4.1.2-java) concurrent-ruby (1.3.6) connection_pool (3.0.2) crack (1.0.1) @@ -46,8 +46,8 @@ GEM reline (>= 0.3.8) diff-lcs (1.6.2) drb (2.2.3) - erb (6.0.2) - erb (6.0.2-java) + erb (6.0.4) + erb (6.0.4-java) ffi (1.17.4) fileutils (1.8.0) git (1.19.1) @@ -73,9 +73,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - minitest (6.0.3) - drb (~> 2.0) - prism (~> 1.5) + minitest (5.27.0) mutex_m (0.3.0) parallel (1.28.0) parser (3.3.11.1) @@ -187,7 +185,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.9.2) websocket (1.2.11) - yard (0.9.39) + yard (0.9.42) PLATFORMS arm64-darwin-23 @@ -199,12 +197,11 @@ PLATFORMS universal-java-18 universal-java-21 x64-mingw-ucrt - x64-mingw32 x86_64-darwin-22 x86_64-linux DEPENDENCIES - activesupport (~> 7.0) + activesupport (~> 7.2) curb (~> 1.0.5) debug (~> 1.7) git (~> 1.19)