Skip to content

Instantly share code, notes, and snippets.

@itsNikolay
Created March 10, 2013 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsNikolay/5129961 to your computer and use it in GitHub Desktop.
Save itsNikolay/5129961 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.12'
gem "pg"
gem 'jquery-rails'
gem 'therubyracer'
gem 'haml-rails'
gem 'bootstrap-sass', '~> 2.3.0.0'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'capistrano'
gem 'capistrano_colors'
gem 'capistrano-ext'
gem 'rvm-capistrano'
end
group :production do
gem "unicorn"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment