Skip to content

Commit

Permalink
Fallback to older rubygems for staled Ruby
Browse files Browse the repository at this point in the history
Looks like rubygems >= 3.0.0 no longer support staled Ruby < 2.3.0.
  • Loading branch information
kamipo committed Nov 27, 2019
1 parent d2a273f commit b700550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bundler_args: --without benchmarks development
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
before_install:
- gem --version
- gem update --system --quiet
- gem update --system --quiet || gem update --system 2.7.10 --quiet
- gem update bundler
- gem --version
- bash .travis_setup.sh
Expand Down

0 comments on commit b700550

Please sign in to comment.