summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/install/redownload_spec.rb2
-rw-r--r--spec/update/redownload_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/redownload_spec.rb b/spec/install/redownload_spec.rb
index a3fdc07475..1225c839c4 100644
--- a/spec/install/redownload_spec.rb
+++ b/spec/install/redownload_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle install" do
+RSpec.describe "bundle install", :bundler => "2" do
before :each do
gemfile <<-G
source "file://#{gem_repo1}"
diff --git a/spec/update/redownload_spec.rb b/spec/update/redownload_spec.rb
index 02da654069..8c716664e2 100644
--- a/spec/update/redownload_spec.rb
+++ b/spec/update/redownload_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle update" do
+RSpec.describe "bundle update", :bundler => "2" do
before :each do
install_gemfile <<-G
source "file://#{gem_repo1}"