summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-29 20:34:37 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-29 20:34:37 +0900
commitb95cb414fe144f14894776bd18f0477afcaeba7a (patch)
tree195ca4e08c9f34a91bd07661c905463775b6ec70
parentaaca1d4913c1775cbc89a1633609089bc80d996f (diff)
downloadbundler-removed-old-ruby-from-travis.tar.gz
Bump latest versions of Rubyremoved-old-ruby-from-travis
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f841d7f299..5086d8f1b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,9 +29,9 @@ addons:
secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
rvm:
- - 2.5.1
- - 2.4.3
- - 2.3.6
+ - 2.5.3
+ - 2.4.5
+ - 2.3.8
# Rubygems versions MUST be available as rake tasks
# see Rakefile:125 for the list of possible RGV values