Last active
          August 29, 2015 13:58 
        
      - 
      
- 
        Save zioplox11/10311683 to your computer and use it in GitHub Desktop. 
    Gems that make development easier
  
        
  
    
      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
    
  
  
    
  | group :development, :test do | |
| gem 'launchy' | |
| gem 'capybara' | |
| gem 'pry-rails' | |
| gem 'rspec' | |
| gem 'rspec-rails' | |
| gem 'guard' | |
| gem 'guard-rspec', require: false | |
| gem 'guard-bundler', require: false | |
| gem 'terminal-notifier-guard' | |
| gem 'shoulda-matchers' | |
| gem 'factory_girl_rails' | |
| gem 'rubocop' | |
| gem 'annotate', '>=2.6.0' | |
| gem 'rails-erd' | |
| gem 'jasmine' | |
| end | |
| gem 'httparty' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment