Skip to content

Instantly share code, notes, and snippets.

@gosuri
Created November 2, 2011 00:23
Show Gist options
  • Save gosuri/1332376 to your computer and use it in GitHub Desktop.
Save gosuri/1332376 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.1.1'
gem 'jquery-rails'
gem 'sqlite3'
gem 'pg'
gem 'ejs'
gem 'devise'
gem 'paperclip'
gem 'aws-s3'
gem 'google-adwords-api', :require => 'adwords_api'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'uglifier'
gem 'less'
gem 'less-rails'
end
group :test do
# Pretty printed test output
gem 'turn', :require => false
gem 'rails3-generators' #mainly for factory_girl
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'cucumber-rails'
gem 'ZenTest'
gem 'autotest-growl'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment