Skip to content

Commit

Permalink
Add comment to be able to find code to delete when support for rubyge…
Browse files Browse the repository at this point in the history
…ms < 3.2.0 is dropped
  • Loading branch information
toy committed Sep 6, 2020
1 parent c33914f commit 66fa8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler/lib/bundler/rubygems_ext.rb
Expand Up @@ -129,6 +129,7 @@ def to_lock
end
end

# comparison is done order independently since rubygems 3.2.0.rc.2
unless Gem::Requirement.new("> 1", "< 2") == Gem::Requirement.new("< 2", "> 1")
class Requirement
module OrderIndependentComparison
Expand Down

0 comments on commit 66fa8e0

Please sign in to comment.