Skip to content

Commit

Permalink
bundle u parser
Browse files Browse the repository at this point in the history
this fixes
> require': cannot load such file -- racc/parser (LoadError)
on Ruby 3.4
  • Loading branch information
amatsuda committed Dec 25, 2023
1 parent 692cce2 commit 95d213b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ GEM
execjs (2.7.0)
minitest (5.15.0)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.3)
rack (2.2.6.4)
rainbow (3.1.1)
rake (13.0.1)
Expand Down

0 comments on commit 95d213b

Please sign in to comment.