Skip to content

Instantly share code, notes, and snippets.

@chyld
Last active October 14, 2015 00:38
Show Gist options
  • Save chyld/4281033 to your computer and use it in GitHub Desktop.
Save chyld/4281033 to your computer and use it in GitHub Desktop.
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