Last active
October 14, 2015 00:38
-
-
Save chyld/4281033 to your computer and use it in GitHub Desktop.
This file contains 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
source 'https://rubygems.org' | |
group :development do | |
gem 'annotate' | |
gem 'rails-footnotes' | |
gem 'localtunnel' | |
gem 'quiet_assets' | |
gem 'better_errors' | |
gem 'binding_of_caller' | |
end | |
group :development, :test do | |
gem 'pry-rails' | |
gem 'pry-debugger' | |
gem 'pry-stack_explorer' | |
gem 'ipsum' | |
gem 'capybara' | |
gem 'rspec-rails' | |
gem 'launchy' | |
gem 'database_cleaner' | |
gem 'ruby-prof' | |
gem 'test-unit' | |
end | |
group :assets do | |
gem 'sass-rails' | |
gem 'coffee-rails' | |
gem 'uglifier' | |
end | |
gem 'rails' | |
gem 'jquery-rails' | |
gem 'haml' | |
gem 'pg' | |
gem 'delayed_job_active_record' | |
gem 'daemons' | |
gem 'strong_parameters' | |
gem 'carrierwave' | |
gem 'rmagick' | |
gem 'fog' | |
gem 'bcrypt-ruby' | |
gem 'kaminari' | |
gem 'yahoofinance' | |
gem 'httparty' | |
gem 'twitter' | |
gem 'aws-ses' | |
gem 'stripe' | |
gem 'twilio-ruby' | |
gem 'geocoder' | |
gem 'omniauth-twitter' | |
gem 'nokogiri' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment