Skip to content

Commit a18b5fc

Browse files
committed
Add Racc as a development dependency
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.
1 parent 97a2b86 commit a18b5fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ gem "rake"
1717
gem "test-unit"
1818
gem "test-unit-ruby-core"
1919
gem "debug", github: "ruby/debug"
20+
21+
gem "racc"

0 commit comments

Comments
 (0)