diff options
Diffstat (limited to 'spec/bundler/commands/inject_spec.rb')
-rw-r--r-- | spec/bundler/commands/inject_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/commands/inject_spec.rb b/spec/bundler/commands/inject_spec.rb index 4998b6e89d..2630b8993b 100644 --- a/spec/bundler/commands/inject_spec.rb +++ b/spec/bundler/commands/inject_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe "bundle inject", bundler: "< 3" do +RSpec.describe "bundle inject", bundler: "2" do before :each do gemfile <<-G source "https://gem.repo1" @@ -79,7 +79,7 @@ Usage: "bundle inject GEM VERSION" context "when frozen" do before do bundle "install" - if Bundler.feature_flag.bundler_3_mode? + if Bundler.feature_flag.bundler_4_mode? bundle "config set --local deployment true" else bundle "config set --local frozen true" |