We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa9fc5 commit b58285eCopy full SHA for b58285e
Gemfile
@@ -8,5 +8,8 @@ group :development do
8
gem "test-unit", "~> 3.0", ">= 3.4.6"
9
gem "test-unit-ruby-core"
10
# In the case of Ruby whose rdoc is not a default gem.
11
- gem "rdoc"
+ # Avoid installing rdoc gem in TruffleRuby as a workaround of the following
12
+ # issue.
13
+ # https://github.com/ruby/openssl/issues/699
14
+ gem "rdoc" unless RUBY_ENGINE == "truffleruby"
15
end
0 commit comments