lib/bundler/lazy_specification.rb in bundler-2.4.10 vs lib/bundler/lazy_specification.rb in bundler-2.4.11
- old
+ new
@@ -120,10 +120,10 @@
end
search
end
def to_s
- @__to_s ||= if platform == Gem::Platform::RUBY
+ @to_s ||= if platform == Gem::Platform::RUBY
"#{name} (#{version})"
else
"#{name} (#{version}-#{platform})"
end
end