summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-09-24 00:09:34 +0000
committerThe Bundler Bot <bot@bundler.io>2017-09-24 00:09:34 +0000
commit1b1db94e045cdf690bc93939612d17d7ee44c369 (patch)
treeddf1f981114849f4c92b07147e185591bb2b46bb
parent0a672a1deb01fa4ce8b51eb2f5b545692c64cd83 (diff)
parent6831e89be5d9857c5a0d07cec81bedc252fb7cfb (diff)
downloadbundler-1b1db94e045cdf690bc93939612d17d7ee44c369.tar.gz
Auto merge of #6057 - walf443:update_ruby, r=colby-swandale
update ruby version to v2.3.4 to v2.3.5, v2.4.1 to v2.4.2 https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-3-5-released/ https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f52d5cd8a9..5110cb5e7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,8 @@ addons:
secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
rvm:
- - 2.4.1
- - 2.3.4
+ - 2.4.2
+ - 2.3.5
# Rubygems versions MUST be available as rake tasks
# see Rakefile:125 for the list of possible RGV values
@@ -41,13 +41,13 @@ matrix:
include:
# Ruby 2.4, Rubygems 2.6.8 and up
# Ruby 2.3, Rubygems 2.5.1 and up
- - rvm: 2.3.4
+ - rvm: 2.3.5
env: RGV=v2.5.2
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- - rvm: 2.4.1
+ - rvm: 2.4.2
env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98
- rvm: 1.8.7
env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98