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, 2 insertions, 0 deletions
diff --git a/spec/lock/lockfile_bundler_1_spec.rb b/spec/lock/lockfile_bundler_1_spec.rb
index cf283d50fd..1aab5e7750 100644
--- a/spec/lock/lockfile_bundler_1_spec.rb
+++ b/spec/lock/lockfile_bundler_1_spec.rb
@@ -3,6 +3,8 @@
RSpec.describe "the lockfile format", :bundler => "< 2" do
include Bundler::GemHelpers
+ before { ENV["BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD"] = "TRUE" }
+
it "generates a simple lockfile for a single source, gem" do
install_gemfile <<-G
source "file://#{gem_repo1}"