Skip to content

Commit

Permalink
Update bundler & parser
Browse files Browse the repository at this point in the history
To work on ruby 3.3
  • Loading branch information
segiddins committed Jul 8, 2024
1 parent 42bb023 commit 6a42212
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ GEM
json (2.7.1)
json (2.7.1-java)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
racc (1.8.0-java)
rainbow (3.1.1)
rake (13.0.6)
redcarpet (3.6.0)
Expand Down Expand Up @@ -70,4 +73,4 @@ DEPENDENCIES
yard (~> 0.9)

BUNDLED WITH
2.4.12
2.5.14

0 comments on commit 6a42212

Please sign in to comment.