File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3333# If Psych doesn't build, you can disable this group locally by running
3434# `bundle config set --local without rdoc`
3535# Then re-run `bundle install`.
36- unless RUBY_PLATFORM == "java" # see #3391 and https://github.com/jruby/jruby/issues/7262
37- group :rdoc do
38- gem "rdoc" , "6.10.0"
39- end
36+ group :rdoc do
37+ gem "rdoc" , "6.10.0" unless RUBY_PLATFORM == "java" || ENV [ "CI" ]
4038end
Original file line number Diff line number Diff line change 2828# 2.3.21 because https://github.com/rubygems/rubygems/issues/5914
2929# 2.3.22 because https://github.com/rubygems/rubygems/issues/5940
3030gem install bundler -v " ~> 2.2, != 2.3.21, != 2.3.22"
31+ bundle config set --local without rdoc
3132bundle install --local || bundle install
3233
3334rm -rf lib ext # ensure we don't use the local files
You can’t perform that action at this time.
0 commit comments