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 04016dc commit 1172b04Copy full SHA for 1172b04
lib/mri/rubygems/platform.rb
@@ -41,7 +41,7 @@ def self.match_spec?(spec)
41
42
def self.match_gem?(platform, gem_name)
43
raise unless String === gem_name
44
- if gem_name == 'libv8'
+ if gem_name == 'libv8' or gem_name == 'sorbet-static'
45
match_platforms?(platform, [Gem::Platform::RUBY, Gem::Platform.local])
46
else
47
match_platforms?(platform, Gem.platforms)
0 commit comments