Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update comment
  • Loading branch information
hone committed Aug 8, 2011
1 parent bad23b5 commit a2ecae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/rubygems_ext.rb
Expand Up @@ -158,7 +158,7 @@ def hash
alias eql? ==
end

# fix bug in Rubygems < 1.4 by forcing calculation of @segments
# fix bug in Rubygems < 1.4 by backporting the segment code
if Gem::Version.new(Gem::VERSION) < Gem::Version.new("1.4.0")
class Version
def segments # :nodoc:
Expand Down

0 comments on commit a2ecae7

Please sign in to comment.