Skip to content

Commit

Permalink
Add Racc as a development dependency
Browse files Browse the repository at this point in the history
In ruby/rdoc#1019 RDoc starts embedding Racc. But
Racc in Ruby 3.3 will not be a default gem anymore, which requires explicit
declaration in Gemfile.
  • Loading branch information
st0012 committed Nov 6, 2023
1 parent 97a2b86 commit a18b5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
gem "debug", github: "ruby/debug"

gem "racc"

0 comments on commit a18b5fc

Please sign in to comment.