diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-04-13 11:43:13 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-04-13 11:43:14 +0900 |
commit | dffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24 (patch) | |
tree | cc8680ea8f289c7247be27c2e0bed109cd54d2f4 /spec/commands/exec_spec.rb | |
parent | 92292f2a256a43825b5ee0a768b205bc6ec079db (diff) | |
download | bundler-dffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24.tar.gz |
Change to a too large value that doesn't conflict in the future
Diffstat (limited to 'spec/commands/exec_spec.rb')
-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 |