Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rb/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
21 changes: 9 additions & 12 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,16 +22,16 @@ 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)
public_suffix (>= 2.0.2, < 8.0)
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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down