From 91c597bcb22a5dc09322dd5ebdd29906bdc170db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 8 Aug 2023 19:16:18 +0200 Subject: [PATCH] Remove leftover setting that no longer exists (#7762) No longer used since https://github.com/dependabot/dependabot-core/pull/7296. --- bundler/spec/dependabot/bundler/file_updater_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundler/spec/dependabot/bundler/file_updater_spec.rb b/bundler/spec/dependabot/bundler/file_updater_spec.rb index fa15a16b8602..a1f8d09de7a0 100644 --- a/bundler/spec/dependabot/bundler/file_updater_spec.rb +++ b/bundler/spec/dependabot/bundler/file_updater_spec.rb @@ -1465,7 +1465,6 @@ after do FileUtils.remove_entry repo_contents_path - ::Bundler.settings.temporary(persistent_gems_after_clean: nil) end it "vendors the new dependency" do @@ -1608,7 +1607,6 @@ after do FileUtils.remove_entry repo_contents_path - ::Bundler.settings.temporary(persistent_gems_after_clean: nil) end it "vendors the new dependency" do