File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33
33
# If Psych doesn't build, you can disable this group locally by running
34
34
# `bundle config set --local without rdoc`
35
35
# 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" ]
40
38
end
Original file line number Diff line number Diff line change 28
28
# 2.3.21 because https://github.com/rubygems/rubygems/issues/5914
29
29
# 2.3.22 because https://github.com/rubygems/rubygems/issues/5940
30
30
gem install bundler -v " ~> 2.2, != 2.3.21, != 2.3.22"
31
+ bundle config set --local without rdoc
31
32
bundle install --local || bundle install
32
33
33
34
rm -rf lib ext # ensure we don't use the local files
You can’t perform that action at this time.
0 commit comments