diff --git a/Gemfile b/Gemfile index cdd030acd..b98adcc79 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,7 @@ group :development do gem "test-unit", "~> 3.0", ">= 3.4.6" gem "test-unit-ruby-core" # In the case of Ruby whose rdoc is not a default gem. - gem "rdoc" + # Avoid installing rdoc gem in CI as a workaround of the following issue. + # https://github.com/ruby/openssl/issues/699 + gem "rdoc" unless ENV["CI"] end