diff options
Diffstat (limited to 'spec/lock')
-rw-r--r-- | spec/lock/lockfile_bundler_1_spec.rb | 2 |
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 a8615d4c89..fcdf6ebf0d 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 => "< 2" 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 |