Skip to content

Instantly share code, notes, and snippets.

@leomao10
Created February 9, 2012 10:54
Show Gist options
  • Save leomao10/1779261 to your computer and use it in GitHub Desktop.
Save leomao10/1779261 to your computer and use it in GitHub Desktop.
Gemfile
source "http://rubygems.org"
gemspec
group :development do
gem 'combustion', '~> 0.3.0'
end
group :development, :test do
gem "rspec-rails"
gem "shoulda"
gem "sqlite3"
end
group :test do
gem "database_cleaner"
gem "capybara"
gem "factory_girl"
gem "faker"
gem "ruby-debug"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment