Skip to content

Instantly share code, notes, and snippets.

@guilffer
Last active December 26, 2015 07:58
Show Gist options
  • Save guilffer/7118448 to your computer and use it in GitHub Desktop.
Save guilffer/7118448 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'devise'
gem 'rails', '4.0.0'
gem 'sqlite3'
gem 'pg'
gem 'carrierwave'
gem 'rmagick'
gem 'rails_12factor'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
# gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
group :doc do
gem 'sdoc', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment