Skip to content

Instantly share code, notes, and snippets.

@jawwad
Created February 2, 2013 14:39
Show Gist options
  • Save jawwad/4697605 to your computer and use it in GitHub Desktop.
Save jawwad/4697605 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.1.0'
gem 'haml'
group :development, :test do
gem 'ruby-debug19'
end
gem 'sqlite3'
group :assets do
gem 'sass-rails', '~> 3.1.0'
gem 'coffee-rails', '~> 3.1.0'
gem 'uglifier'
end
gem 'jquery-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment