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.
1 parent d2a273f commit b700550Copy full SHA for b700550
.travis.yml
@@ -6,7 +6,7 @@ bundler_args: --without benchmarks development
6
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
7
before_install:
8
- gem --version
9
- - gem update --system --quiet
+ - gem update --system --quiet || gem update --system 2.7.10 --quiet
10
- gem update bundler
11
12
- bash .travis_setup.sh
0 commit comments