Skip to content

Commit b700550

Browse files
committed
Fallback to older rubygems for staled Ruby
Looks like rubygems >= 3.0.0 no longer support staled Ruby < 2.3.0.
1 parent d2a273f commit b700550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bundler_args: --without benchmarks development
66
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
77
before_install:
88
- gem --version
9-
- gem update --system --quiet
9+
- gem update --system --quiet || gem update --system 2.7.10 --quiet
1010
- gem update bundler
1111
- gem --version
1212
- bash .travis_setup.sh

0 commit comments

Comments
 (0)