summaryrefslogtreecommitdiff
path: root/spec/install/bundler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/bundler_spec.rb')
-rw-r--r--spec/install/bundler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/bundler_spec.rb b/spec/install/bundler_spec.rb
index ecddff616a..b59096e1ea 100644
--- a/spec/install/bundler_spec.rb
+++ b/spec/install/bundler_spec.rb
@@ -131,7 +131,7 @@ RSpec.describe "bundle install" do
gem "rails", "3.0"
G
- simulate_bundler_version "10.0.0"
+ simulate_bundler_version "99999999.99.1"
bundle "check"
expect(out).to include("The Gemfile's dependencies are satisfied")