Skip to content

Commit

Permalink
Add Racc as a development dependency (#747)
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 authored Nov 6, 2023
1 parent 97a2b86 commit 3a28eee
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 3a28eee

Please sign in to comment.