diff options
author | David RodrÃguez <[email protected]> | 2025-01-24 16:49:29 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-28 15:31:56 +0900 |
commit | 0e985e13fef8ba6c819433fd5418279e93a34a67 (patch) | |
tree | 2fe52b5e8478c03583e252d7a41b26b876b4847f /lib | |
parent | 6460777cdedc55e9f40930f3ade3193943fbfab9 (diff) |
[rubygems/rubygems] Remove unnecessary initialization
This local variable is initialized later on in this file.
https://github.com/rubygems/rubygems/commit/5c15dbd210
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/runtime.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb index bd626ccbd7..6fae25d858 100644 --- a/lib/bundler/runtime.rb +++ b/lib/bundler/runtime.rb @@ -50,7 +50,6 @@ module Bundler Plugin.hook(Plugin::Events::GEM_BEFORE_REQUIRE_ALL, dependencies) dependencies.each do |dep| - required_file = nil Plugin.hook(Plugin::Events::GEM_BEFORE_REQUIRE, dep) # Loop through all the specified autorequires for the |