Skip to content

Commit

Permalink
Merge pull request #3219 from ruby/update-ruby-deps
Browse files Browse the repository at this point in the history
Update Ruby dependencies
  • Loading branch information
kddnewton authored Nov 6, 2024
2 parents efd3362 + 940ee58 commit 6a5edd7
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gemfiles/2.7/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
ast (2.4.2)
ffi (1.16.3)
onigmo (0.1.0)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down Expand Up @@ -47,4 +47,4 @@ RUBY VERSION
ruby 3.3.0p0

BUNDLED WITH
2.5.3
2.5.16
2 changes: 1 addition & 1 deletion gemfiles/3.4/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
onigmo (0.1.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/truffleruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/typecheck/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
minitest (5.25.1)
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
Expand Down

0 comments on commit 6a5edd7

Please sign in to comment.