Created
          June 1, 2009 17:47 
        
      - 
      
- 
        Save dwaite/121621 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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