Skip to content

Instantly share code, notes, and snippets.

Created April 4, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/9981504 to your computer and use it in GitHub Desktop.
Save anonymous/9981504 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
ruby '2.0.0'
#ruby-gemset=railstutorial_rails_4_0
gem 'rails', '4.0.4'
group :development do
gem 'sqlite3', '1.3.8'
end
gem 'sass-rails', '4.0.1'
gem 'uglifier', '2.1.1'
gem 'coffee-rails', '4.0.1'
gem 'jquery-rails', '3.0.4'
gem 'turbolinks', '1.1.1'
gem 'jbuilder', '1.0.2'
group :doc do
gem 'sdoc', '0.3.20', require: false
end
gem :production do
gem 'pg', '0.15.1'
gem 'rails_12factor', '0.0.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment