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

Commit

Permalink
[Source] Always print the platform when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Aug 5, 2016
1 parent bb5ddae commit 87e310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def unmet_deps

def version_message(spec)
message = "#{spec.name} #{spec.version}"
message += " (#{spec.platform})" if Bundler.ui.debug? && spec.platform != Gem::Platform::RUBY
message += " (#{spec.platform})" if spec.platform != Gem::Platform::RUBY

if Bundler.locked_gems
locked_spec = Bundler.locked_gems.specs.find {|s| s.name == spec.name }
Expand Down

0 comments on commit 87e310f

Please sign in to comment.