Skip to content

Commit 3a28eee

Browse files
authored
Add Racc as a development dependency (#747)
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 3a28eee

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)