We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e08d commit 5f0f0c6Copy full SHA for 5f0f0c6
bundler/lib/bundler/gem_helpers.rb
@@ -5,7 +5,6 @@ module GemHelpers
5
GENERIC_CACHE = { Gem::Platform::RUBY => Gem::Platform::RUBY } # rubocop:disable Style/MutableConstant
6
GENERICS = [
7
[Gem::Platform.new("java"), Gem::Platform.new("java")],
8
- [Gem::Platform.new("universal-java"), Gem::Platform.new("java")],
9
[Gem::Platform.new("mswin32"), Gem::Platform.new("mswin32")],
10
[Gem::Platform.new("mswin64"), Gem::Platform.new("mswin64")],
11
[Gem::Platform.new("universal-mingw32"), Gem::Platform.new("universal-mingw32")],
0 commit comments