summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-04-13 15:11:12 +0000
committerThe Bundler Bot <bot@bundler.io>2017-04-13 15:11:12 +0000
commitfe617daaaad4d4d3a48bcce90e39caff9145cfbb (patch)
tree7b8c6060481be3cda4619ddaa958b65699d0a7cf
parent29840aa95fcbb71c91fc86d0a933cc79ecab11c3 (diff)
parentdffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24 (diff)
downloadbundler-fe617daaaad4d4d3a48bcce90e39caff9145cfbb.tar.gz
Auto merge of #5580 - koic:use_latest_rubies, r=segiddins
CI against Ruby 2.2.7, 2.3.4, and 2.4.1 These Ruby versions has been released, and these are available on Travis CI. https://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released https://www.ruby-lang.org/en/news/2017/03/28/ruby-2-2-7-released https://www.ruby-lang.org/en/news/2017/03/30/ruby-2-3-4-released Thanks.
-rw-r--r--.travis.yml6
-rw-r--r--spec/commands/exec_spec.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a06deba886..d257d827c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,9 +25,9 @@ addons:
secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
rvm:
- - 2.4.0
- - 2.3.3
- - 2.2.6
+ - 2.4.1
+ - 2.3.4
+ - 2.2.7
- 2.1.10
- 2.0.0
- 1.9.3
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 18f17b0fc8..93648bca20 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -695,7 +695,7 @@ __FILE__: #{path.to_s.inspect}
end
context "with a system gem that shadows a default gem" do
- let(:openssl_version) { "2.0.3" }
+ let(:openssl_version) { "99.9.9" }
let(:expected) { ruby "gem 'openssl', '< 999999'; require 'openssl'; puts OpenSSL::VERSION", :artifice => nil }
it "only leaves the default gem in the stdlib available" do