summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/platform.rb')
-rw-r--r--lib/bundler/cli/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/platform.rb b/lib/bundler/cli/platform.rb
index e97cad49a4..068c765aad 100644
--- a/lib/bundler/cli/platform.rb
+++ b/lib/bundler/cli/platform.rb
@@ -23,7 +23,7 @@ module Bundler
output << "No ruby version specified"
end
else
- output << "Your platform is: #{RUBY_PLATFORM}"
+ output << "Your platform is: #{Gem::Platform.local}"
output << "Your app has gems that work on these platforms:\n#{platforms.join("\n")}"
if ruby_version