diff options
Diffstat (limited to 'spec/bundler/install/gems/standalone_spec.rb')
-rw-r--r-- | spec/bundler/install/gems/standalone_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/standalone_spec.rb b/spec/bundler/install/gems/standalone_spec.rb index 7ad657a738..fd8db16966 100644 --- a/spec/bundler/install/gems/standalone_spec.rb +++ b/spec/bundler/install/gems/standalone_spec.rb @@ -470,7 +470,7 @@ RSpec.shared_examples "bundle install --standalone" do end end - describe "with --binstubs", bundler: "< 3" do + describe "with --binstubs", bundler: "2" do before do gemfile <<-G source "https://gem.repo1" |