Skip to content

Instantly share code, notes, and snippets.

@ardian
Created July 28, 2015 07:37
Show Gist options
  • Save ardian/ba75dc50a6c0c24bc9a7 to your computer and use it in GitHub Desktop.
Save ardian/ba75dc50a6c0c24bc9a7 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '4.2.2'
gem 'sass-rails', '5.0.2'
gem 'uglifier', '2.5.3'
gem 'coffee-rails', '4.1.0'
gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
group :development, :test do
gem 'sqlite3', '1.3.9'
gem 'byebug', '3.4.0'
gem 'web-console', '2.0.0.beta3'
gem 'spring', '1.1.3'
end
group :production do
gem 'pg', '0.17.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