Skip to content

Commit

Permalink
Remove leftover setting that no longer exists (dependabot#7762)
Browse files Browse the repository at this point in the history
No longer used since dependabot#7296.
  • Loading branch information
deivid-rodriguez committed Aug 8, 2023
1 parent 4ccbea8 commit 91c597b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bundler/spec/dependabot/bundler/file_updater_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91c597b

Please sign in to comment.