File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ matrix:
42
42
- rvm : ruby-head
43
43
fast_finish : true
44
44
before_install :
45
- - gem update --system 2.6.14
45
+ - gem update --system 3.0.3
46
46
before_script :
47
47
- " [ $TRAVIS_RUBY_VERSION = \" 1.9.3\" ] && travis_retry gem install mime-types --version \" ~> 2\" || true"
48
48
- " [ $TRAVIS_RUBY_VERSION = \" 1.9.3\" -o $TRAVIS_RUBY_VERSION = \" 2.0.0\" ] && travis_retry gem install nokogiri --version \" ~> 1.6.8\" || true"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def build_and_install_gems
134
134
system ( "gem build #{ name } .gemspec 2>&1" )
135
135
end
136
136
137
- application . run! "gem install #{ spec . gem_dir } /#{ name } -*.gem --no-ri --no-rdoc " , timeout : nil
137
+ application . run! "gem install #{ spec . gem_dir } /#{ name } -*.gem --no-doc " , timeout : nil
138
138
end
139
139
end
140
140
You can’t perform that action at this time.
0 commit comments