add $CHRUBY_VERSION to doctor

This commit is contained in:
Roland Walker
2014-06-06 14:15:34 -04:00
parent 50841d3f86
commit 40215968ef
+1
View File
@@ -18,6 +18,7 @@ class Cask::CLI::Doctor
ohai 'Contents of $RUBYOPT Environment Variable:', render_env_var( 'RUBYOPT' )
ohai 'Contents of $RUBYPATH Environment Variable:', render_env_var( 'RUBYPATH' )
ohai 'Contents of $RBENV_VERSION Environment Variable:', render_env_var( 'RBENV_VERSION' )
ohai 'Contents of $CHRUBY_VERSION Environment Variable:', render_env_var( 'CHRUBY_VERSION' )
ohai 'Contents of $GEM_HOME Environment Variable:', render_env_var( 'GEM_HOME' )
ohai 'Contents of $GEM_PATH Environment Variable:', render_env_var( 'GEM_PATH' )
ohai 'Contents of $BUNDLE_PATH Environment Variable:', render_env_var( 'BUNDLE_PATH' )