Skip to content

Instantly share code, notes, and snippets.

@zioplox11
Last active August 29, 2015 13:58
Show Gist options
  • Save zioplox11/10311683 to your computer and use it in GitHub Desktop.
Save zioplox11/10311683 to your computer and use it in GitHub Desktop.
Gems that make development easier
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