aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:22:58 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:22:58 -0600
commit44c88916e832cbeb5c81b0dd9034a2eb74ec981c (patch)
treef7ea8eaf4b1766b2860ec75bcebc2bbdf6cb29d8 /.travis.yml
parent8910f4ba65628dbfe97387662468dc20ec1521e0 (diff)
downloadbundler-44c88916e832cbeb5c81b0dd9034a2eb74ec981c.tar.gz
[Travis] Replace RubyGems 2.5.1 with 2.5.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b099e0e9..d89ed449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,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=v2.5.1
+ - RGV=v2.5.2
- RGV=v2.4.8
matrix: