Skip to content

Instantly share code, notes, and snippets.

@JayK31
Created October 2, 2014 12:35
Show Gist options
  • Save JayK31/3001f0d63ba47355f809 to your computer and use it in GitHub Desktop.
Save JayK31/3001f0d63ba47355f809 to your computer and use it in GitHub Desktop.
GEMS!
gem 'newrelic_rpm'
gem 'devise', '~> 2.2.4'
gem 'stripe'
gem "paperclip", "~> 3.5.0"
gem "httparty"
gem 'unicorn'
gem 'mail'
gem 'redis'
gem 'resque', '~> 1.25.2', :require => 'resque/server'
gem 'resque-scheduler'
gem 'pg_search'
gem 'rest-client'
gem 'font_assets'
gem "bugsnag"
gem 'rubocop'
gem 'voight_kampff'
gem 'rmagick', '~> 2.13.3'
gem 'zeroclipboard-rails'
gem 'will_paginate'
group :development, :test do
gem 'rspec-rails', '~> 3.0.0'
gem 'guard','~> 2.6.1'
gem 'guard-shell'
gem 'guard-sprockets'
gem 'guard-rspec', '~> 4.3.1'
gem "spring"
gem 'spring-commands-rspec', '~> 1.0.2'
gem 'factory_girl_rails'
gem 'growl', '~> 1.0.3'
gem 'growl_notify', '~> 0.0.3'
gem 'RedCloth'
gem 'byebug'
gem 'pry'
gem 'pry-plus', '~> 1.0.0'
gem 'pry-byebug'
gem 'pry-rails'
gem 'pry-theme'
gem "better_errors"
gem "binding_of_caller"
gem "rails-erd"
gem "bullet"
gem "uniform_notifier"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment