Skip to content

Commit 13e7b8d

Browse files
Add a note to avoid forgetting cleaning this up in the future
1 parent 2b4f81a commit 13e7b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundler/lib/bundler/rubygems_ext.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def to_lock
179179
end
180180
end
181181

182+
# Requirements using lambda operator differentiate trailing zeros since rubygems 3.2.6
182183
if Gem::Requirement.new("~> 2.0").hash == Gem::Requirement.new("~> 2.0.0").hash
183184
class Requirement
184185
module CorrectHashForLambdaOperator

0 commit comments

Comments
 (0)