Skip to content

Commit 0f75837

Browse files
committed
Keep rubygems version < 3.0 until we keep supporting ruby < 2.3
1 parent ca43661 commit 0f75837

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
@@ -24,7 +24,7 @@ cache:
2424
- vendor/bundle
2525

2626
before_install:
27-
- "travis_retry gem update --system 3.0.3"
27+
- "travis_retry gem update --system 2.7.9"
2828
- "travis_retry gem install bundler -v '1.17.3'"
2929
install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3
3030

0 commit comments

Comments
 (0)