summaryrefslogtreecommitdiff
path: root/spec/lock
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-01 21:49:41 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-01 22:02:59 +0900
commit09bfdfa31ad5ae34d29745344493f6a63d355804 (patch)
tree9c533bb34d9fa5ea818c13e9422efee9757e1b9d /spec/lock
parent6d2c0d2a199564a75612eb492adec5e27eaa923d (diff)
downloadbundler-09bfdfa31ad5ae34d29745344493f6a63d355804.tar.gz
Backport from ruby core
Diffstat (limited to 'spec/lock')
-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 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