From 40215968ef7da2a625fe797040f8ac6d5583b67a Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Fri, 6 Jun 2014 14:15:34 -0400 Subject: [PATCH] add $CHRUBY_VERSION to doctor --- lib/cask/cli/doctor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cask/cli/doctor.rb b/lib/cask/cli/doctor.rb index 43e8512177..8e013b4eb9 100644 --- a/lib/cask/cli/doctor.rb +++ b/lib/cask/cli/doctor.rb @@ -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' )