Skip to content

Instantly share code, notes, and snippets.

@naoty
Created February 12, 2012 07:14
Show Gist options
  • Select an option

  • Save naoty/1807020 to your computer and use it in GitHub Desktop.

Select an option

Save naoty/1807020 to your computer and use it in GitHub Desktop.
Gemfile
source "http://rubygems.org"
gem "rails"
gem "unicorn"
gem "mysql2"
gem "devise"
gem "haml-rails"
gem "jquery-rails"
group :assets do
gem "sass-rails"
gem "coffee-rails"
gem "uglifier"
end
group :development do
gem "capistrano"
gem "capistrano_colors"
gem "capistrano-ext"
end
group :development, :test do
gem "ruby-debug19"
gem "rspec-rails"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment