Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created October 13, 2012 00:53
Show Gist options
  • Save tsmango/3882690 to your computer and use it in GitHub Desktop.
Save tsmango/3882690 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'sqlite3'
gem 'capistrano'
gem 'jquery-rails'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
group :production do
gem 'mysql2'
gem 'therubyracer'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment