Skip to content

Instantly share code, notes, and snippets.

@telagraphic
Last active August 29, 2015 14:15
Show Gist options
  • Save telagraphic/1ff7903ffa8623664fb6 to your computer and use it in GitHub Desktop.
Save telagraphic/1ff7903ffa8623664fb6 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '4.0.2'
gem "bower-rails", "~> 0.8.3"
gem 'pg'
gem 'twitter'
gem 'rails_12factor', group: :production
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
group :doc do
gem 'sdoc', require: false
end
gem 'bcrypt-ruby', '~> 3.1.2'
gem 'unicorn'
gem 'capistrano', group: :development
gem 'debugger', group: [:development, :test]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment