Skip to content

Commit

Permalink
Merge pull request #3048 from ruby/update-parser-gem
Browse files Browse the repository at this point in the history
Bump parser gem
  • Loading branch information
kddnewton authored Sep 10, 2024
2 parents aeea804 + 8cf2b2c commit 30ab410
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand Down
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
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.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand Down
20 changes: 10 additions & 10 deletions gemfiles/typecheck/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
minitest (5.25.1)
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand All @@ -56,14 +56,14 @@ GEM
sexp_processor (~> 4.16)
securerandom (0.3.1)
sexp_processor (4.17.2)
sorbet (0.5.11553)
sorbet-static (= 0.5.11553)
sorbet-runtime (0.5.11553)
sorbet-static (0.5.11553-universal-darwin)
sorbet-static (0.5.11553-x86_64-linux)
sorbet-static-and-runtime (0.5.11553)
sorbet (= 0.5.11553)
sorbet-runtime (= 0.5.11553)
sorbet (0.5.11558)
sorbet-static (= 0.5.11558)
sorbet-runtime (0.5.11558)
sorbet-static (0.5.11558-universal-darwin)
sorbet-static (0.5.11558-x86_64-linux)
sorbet-static-and-runtime (0.5.11558)
sorbet (= 0.5.11558)
sorbet-runtime (= 0.5.11558)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
yard (0.9.36)
yard (0.9.37)
yard-sorbet (0.9.0)
sorbet-runtime
yard
Expand Down

0 comments on commit 30ab410

Please sign in to comment.