summaryrefslogtreecommitdiff
path: root/spec/lock/lockfile_bundler_1_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lock/lockfile_bundler_1_spec.rb')
-rw-r--r--spec/lock/lockfile_bundler_1_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/lock/lockfile_bundler_1_spec.rb b/spec/lock/lockfile_bundler_1_spec.rb
index 0e89645503..625068de38 100644
--- a/spec/lock/lockfile_bundler_1_spec.rb
+++ b/spec/lock/lockfile_bundler_1_spec.rb
@@ -180,7 +180,9 @@ RSpec.describe "the lockfile format", :bundler => "< 2" do
end
warning_message = "the running version of Bundler (9999999.0.0) is older " \
- "than the version that created the lockfile (9999999.1.0)"
+ "than the version that created the lockfile (9999999.1.0). " \
+ "We suggest you to upgrade to the version that created the " \
+ "lockfile by running `gem install bundler:9999999.1.0`."
expect(last_command.stderr.scan(warning_message).size).to eq(1)
lockfile_should_be <<-G