diff options
author | The Bundler Bot <bot@bundler.io> | 2017-04-13 15:11:12 +0000 |
---|---|---|
committer | The Bundler Bot <bot@bundler.io> | 2017-04-13 15:11:12 +0000 |
commit | fe617daaaad4d4d3a48bcce90e39caff9145cfbb (patch) | |
tree | 7b8c6060481be3cda4619ddaa958b65699d0a7cf /spec | |
parent | 29840aa95fcbb71c91fc86d0a933cc79ecab11c3 (diff) | |
parent | dffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24 (diff) | |
download | bundler-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.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/commands/exec_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |