mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove unnecessary generic
I didn't realize how the `Bundler::GemHelpers.generic` method works when I added this. It already matches this and other java platforms properly. https://github.com/rubygems/rubygems/commit/5f0f0c678c
This commit is contained in:
parent
5fa18a7b0c
commit
74dbb0d09a
Notes:
git
2022-10-18 07:33:40 +00:00
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ module Bundler
|
|||
GENERIC_CACHE = { Gem::Platform::RUBY => Gem::Platform::RUBY } # rubocop:disable Style/MutableConstant
|
||||
GENERICS = [
|
||||
[Gem::Platform.new("java"), Gem::Platform.new("java")],
|
||||
[Gem::Platform.new("universal-java"), Gem::Platform.new("java")],
|
||||
[Gem::Platform.new("mswin32"), Gem::Platform.new("mswin32")],
|
||||
[Gem::Platform.new("mswin64"), Gem::Platform.new("mswin64")],
|
||||
[Gem::Platform.new("universal-mingw32"), Gem::Platform.new("universal-mingw32")],
|
||||
|
|
Loading…
Reference in a new issue