summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/installer.rb')
-rw-r--r--lib/bundler/installer.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 8b642e6998..3c2c0716f6 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -66,6 +66,11 @@ module Bundler
return
end
+ if Bundler.settings[:platform]
+ Bundler.ui.warn "Gems will be installed for platform #{Bundler.settings[:platform]}" \
+ " instead of current platform #{Gem::Platform::local}"
+ end
+
if Bundler.default_lockfile.exist? && !options["update"]
local = Bundler.ui.silence do
begin