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.
2 parents 9fbc8a9 + fc3c80f commit 4c9df11Copy full SHA for 4c9df11
travis/.travis.yml
@@ -5,7 +5,8 @@ cache:
5
directories:
6
- ../bundle
7
before_install:
8
- - gem update --system # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
+ # We need to ensure the latest version of Rubygems, unless we're on an old Ruby.
9
+ - gem update --system $(ruby -e "puts '2.7.8' if ENV['RUBY_VERSION'] >= '2.3.0'")
10
- gem install bundler
11
- unset _JAVA_OPTIONS
12
- "script/clone_all_rspec_repos"
0 commit comments