summaryrefslogtreecommitdiff
path: root/lib/bundler/resolver.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-24 13:32:57 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-24 13:32:57 -0500
commit323d6d2e09678f1c3a1653b0bdf1de2f05a86410 (patch)
treebc1791d02dce9c0dc0827220b7a6bd8bb396a1dd /lib/bundler/resolver.rb
parent217b25925ad6f6c67cf7b27c994a70e5098d58f5 (diff)
downloadbundler-323d6d2e09678f1c3a1653b0bdf1de2f05a86410.tar.gz
Untangle the system gem path and the default bundle path in the specs
Diffstat (limited to 'lib/bundler/resolver.rb')
-rw-r--r--lib/bundler/resolver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/resolver.rb b/lib/bundler/resolver.rb
index 4aeffa7265..00cd0cad26 100644
--- a/lib/bundler/resolver.rb
+++ b/lib/bundler/resolver.rb
@@ -453,7 +453,7 @@ module Bundler
message << if versions_with_platforms.any?
"The source contains '#{name}' at: #{formatted_versions_with_platforms(versions_with_platforms)}"
else
- "The source does not contain any versions of '#{requirement}'"
+ "The source does not contain any versions of '#{name}'"
end
else
message = "Could not find gem '#{requirement}' in any of the gem sources " \