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)