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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_bundler_1_spec.rb b/spec/lock/lockfile_bundler_1_spec.rb
index 4d969efcb1..851fbea99a 100644
--- a/spec/lock/lockfile_bundler_1_spec.rb
+++ b/spec/lock/lockfile_bundler_1_spec.rb
@@ -75,7 +75,7 @@ RSpec.describe "the lockfile format", :bundler => "< 3" do
G
end
- it "does not update the lockfile's bundler version if nothing changed during bundle install" do
+ it "does not update the lockfile's bundler version if nothing changed during bundle install", :ruby_repo do
version = "#{Bundler::VERSION.split(".").first}.0.0.0.a"
lockfile <<-L