summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-08 15:06:18 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-09 11:55:18 +0100
commit9947f09dd34197df9c9d38c6d6096015fb6fa011 (patch)
tree34fefe352a3eb4b7dd7d716454bf221f1e2f7606 /.travis.yml
parent1ba671ba459353470b68e61a869e16a00c07ccbf (diff)
downloadbundler-9947f09dd34197df9c9d38c6d6096015fb6fa011.tar.gz
Use rubygems 3.0.3 in CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e0c6c2b07a..ad56cf5b85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ env:
# We need to know if changes to rubygems will break bundler on release
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- - RGV=v3.0.2
+ - RGV=v3.0.3
jobs:
include:
@@ -68,7 +68,7 @@ jobs:
stage: test
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- rvm: 2.6.1
- env: RGV=v3.0.2 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98
stage: test
allow_failures: