Skip to content

Commit ceeb92a

Browse files
committed
✅ Block incompatible rdoc version
rdoc 7.2.0 lists >=2.6 as it's required ruby version, but it isn't tested in CI, and it is broken. See ruby/rdoc#1683.
1 parent 6b2fda5 commit ceeb92a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source "https://rubygems.org"
55
gemspec
66

77
gem "rake"
8-
gem "rdoc"
8+
gem "rdoc", "<7.2" # incompatible with ruby 2.6
99
gem "test-unit"

0 commit comments

Comments
 (0)