summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-04-13 11:43:13 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-04-13 11:43:14 +0900
commitdffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24 (patch)
treecc8680ea8f289c7247be27c2e0bed109cd54d2f4
parent92292f2a256a43825b5ee0a768b205bc6ec079db (diff)
downloadbundler-dffcabab6d0acd7fc49e69b6ad0f9d9b8a973f24.tar.gz
Change to a too large value that doesn't conflict in the future
-rw-r--r--spec/commands/exec_spec.rb2
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