core: note Ruby and RubyGems version in logs
This commit is contained in:
parent
0a43cf2b6f
commit
255608d9c5
|
@ -58,6 +58,8 @@ require 'openssl'
|
|||
require 'vagrant/version'
|
||||
global_logger = Log4r::Logger.new("vagrant::global")
|
||||
global_logger.info("Vagrant version: #{Vagrant::VERSION}")
|
||||
global_logger.info("Ruby version: #{RUBY_VERSION}")
|
||||
global_logger.info("RubyGems version: #{Gem::VERSION}")
|
||||
|
||||
# We need these components always so instead of an autoload we
|
||||
# just require them explicitly here.
|
||||
|
|
Loading…
Reference in New Issue