Skip to content

Instantly share code, notes, and snippets.

@dwaite
Created June 1, 2009 17:47
Show Gist options
  • Save dwaite/121621 to your computer and use it in GitHub Desktop.
Save dwaite/121621 to your computer and use it in GitHub Desktop.
railties/lib/rails/gem_dependency.rb:
def gem_command
case RUBY_PLATFORM
when /win32/
'gem.bat'
when /java/
'jruby -S gem'
else
'gem'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment