Skip to content

Commit

Permalink
Merge pull request #3333 from ruby/update-deps
Browse files Browse the repository at this point in the history
Bump Ruby dependencies
  • Loading branch information
kddnewton authored Dec 20, 2024
2 parents b1a508b + 6874d78 commit d869d7e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 26 deletions.
14 changes: 6 additions & 8 deletions bin/prism
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ module Prism
# bin/prism bundle [...]
def bundle(argv)
[
["2.7.8", ["2.7"]],
["3.0.6", ["3.0"]],
["3.1.4", ["3.1"]],
["3.2.3", ["3.2"]],
["3.3.0", ["3.3"]],
["3.4.0-dev", ["3.4", "typecheck"]],
["jruby-9.4.5.0", ["jruby"]],
["truffleruby-24.1.0", ["truffleruby"]]
["3.1", ["3.1"]],
["3.2", ["3.2"]],
["3.3", ["3.3"]],
["3.4", ["3.4", "typecheck"]],
["jruby", ["jruby"]],
["truffleruby", ["truffleruby"]]
].each do |ruby_version, gemfiles|
gemfiles.each do |gemfile|
system(
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
specs:
ast (2.4.2)
ffi (1.17.0)
logger (1.6.2)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
logger (1.6.4)
mini_portile2 (2.8.8)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
Expand All @@ -26,7 +26,7 @@ GEM
logger
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.4)
test-unit (3.6.7)
power_assert

PLATFORMS
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
specs:
ast (2.4.2)
ffi (1.17.0)
logger (1.6.2)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
logger (1.6.4)
mini_portile2 (2.8.8)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
Expand All @@ -26,7 +26,7 @@ GEM
logger
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.4)
test-unit (3.6.7)
power_assert

PLATFORMS
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
specs:
ast (2.4.2)
ffi (1.17.0)
logger (1.6.2)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
logger (1.6.4)
mini_portile2 (2.8.8)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
Expand All @@ -26,7 +26,7 @@ GEM
logger
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.4)
test-unit (3.6.7)
power_assert

PLATFORMS
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/3.4/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
specs:
ast (2.4.2)
ffi (1.17.0)
logger (1.6.2)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
logger (1.6.4)
mini_portile2 (2.8.8)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
Expand All @@ -26,7 +26,7 @@ GEM
logger
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.4)
test-unit (3.6.7)
power_assert

PLATFORMS
Expand All @@ -47,4 +47,4 @@ RUBY VERSION
ruby 3.4.0.dev

BUNDLED WITH
2.6.0.dev
2.6.1
2 changes: 1 addition & 1 deletion gemfiles/jruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
rake (13.2.1)
rake-compiler (1.2.8)
rake
test-unit (3.6.4)
test-unit (3.6.7)
power_assert

PLATFORMS
Expand Down

0 comments on commit d869d7e

Please sign in to comment.