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 f04d249 commit a44040cCopy full SHA for a44040c
lib/rubygems/platform.rb
@@ -163,6 +163,9 @@ def hash # :nodoc:
163
# runtime platform "no version" stands for 'gnu'. To be able to disinguish
164
# these, the method receiver is the gem platform, while the argument is
165
# the runtime platform.
166
+ #
167
+ #--
168
+ # NOTE: Until it can be removed, changes to this method must also be reflected in `bundler/lib/bundler/rubygems_ext.rb`
169
170
def ===(other)
171
return nil unless Gem::Platform === other
@@ -186,6 +189,9 @@ def ===(other)
186
189
)
187
190
end
188
191
192
193
194
+
195
def normalized_linux_version
196
return nil unless @version
197
0 commit comments