From bb9a9f31ca78f7fbc7084ae4d7b7eb4fc418577a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 18 Jul 2024 13:29:38 +0200 Subject: [rubygems/rubygems] Remove unnecessary `artifice` parameter It's automatically detected from Gemfile. https://github.com/rubygems/rubygems/commit/72301a2e3b --- spec/bundler/install/gems/standalone_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/install/gems/standalone_spec.rb b/spec/bundler/install/gems/standalone_spec.rb index b031df0080..d1ea647cd3 100644 --- a/spec/bundler/install/gems/standalone_spec.rb +++ b/spec/bundler/install/gems/standalone_spec.rb @@ -171,7 +171,7 @@ RSpec.shared_examples "bundle install --standalone" do gem "foo" G - bundle "lock", dir: cwd, artifice: "compact_index" + bundle "lock", dir: cwd end it "works and points to the vendored copies, not to the default copies" do -- cgit v1.2.3