diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-11-14 09:52:26 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-26 15:11:05 +0900 |
| commit | 83ce2351ffe76b82612d23202ce8188a29071377 (patch) | |
| tree | 3077a5992e3422e74d37857bf1365a254de3411e | |
| parent | 631908d9a8dbdb74bd4bf2c39b451a17d85640b8 (diff) | |
[rubygems/rubygems] Remove no longer necessary code
https://github.com/rubygems/rubygems/commit/e1caeecdf8
| -rw-r--r-- | lib/bundler/spec_set.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/spec_set.rb b/lib/bundler/spec_set.rb index 8d62be4373..04dce73e85 100644 --- a/lib/bundler/spec_set.rb +++ b/lib/bundler/spec_set.rb @@ -37,7 +37,6 @@ module Bundler specs_for_dep.first.dependencies.each do |d| next if d.type == :development - incomplete = true if d.name != "bundler" && lookup[d.name].nil? deps << [d, platform] end else |
