Skip to content

Commit 49dddcd

Browse files
committed
Use previous RDoc on JRuby
RDoc 8.0 requires RBS, which provides the C-extension and cannot build on JRuby.
1 parent 5915b45 commit 49dddcd

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
@@ -4,7 +4,7 @@ gemspec
44

55
group :development do
66
gem 'rake-compiler'
7-
gem 'rdoc'
7+
gem 'rdoc', *("< 8.0" if RUBY_ENGINE == "jruby")
88
gem 'test-unit'
99
gem 'test-unit-ruby-core'
1010
gem 'ruby-core-tasks', github: 'ruby/ruby-core-tasks'

0 commit comments

Comments
 (0)