Skip to content

Commit 5f0f0c6

Browse files
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.
1 parent 629e08d commit 5f0f0c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundler/lib/bundler/gem_helpers.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module GemHelpers
55
GENERIC_CACHE = { Gem::Platform::RUBY => Gem::Platform::RUBY } # rubocop:disable Style/MutableConstant
66
GENERICS = [
77
[Gem::Platform.new("java"), Gem::Platform.new("java")],
8-
[Gem::Platform.new("universal-java"), Gem::Platform.new("java")],
98
[Gem::Platform.new("mswin32"), Gem::Platform.new("mswin32")],
109
[Gem::Platform.new("mswin64"), Gem::Platform.new("mswin64")],
1110
[Gem::Platform.new("universal-mingw32"), Gem::Platform.new("universal-mingw32")],

0 commit comments

Comments
 (0)