Skip to content

Instantly share code, notes, and snippets.

@xenda
Created January 15, 2012 19:00
Show Gist options
  • Save xenda/1616771 to your computer and use it in GitHub Desktop.
Save xenda/1616771 to your computer and use it in GitHub Desktop.
Test
source 'http://rubygems.org'
gem 'rails', '3.1.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql'
gem 'sass-rails', " ~> 3.1.0"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment