Skip to content

Instantly share code, notes, and snippets.

@skiz
Created December 29, 2010 17:33
Show Gist options
  • Save skiz/758788 to your computer and use it in GitHub Desktop.
Save skiz/758788 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'mysql2'
gem 'unicorn'
gem 'capistrano'
gem 'haml'
gem 'ar_mailer_rails3'
gem 'state_machine'
gem 'will_paginate'
gem 'ssl_requirement'
gem 'devise'
gem 'friendly_id'
gem 'delayed_job', :git => 'https://github.com/collectiveidea/delayed_job.git'
#https://github.com/completelynovel/amazon-product-advertising-api/blob/master/EXAMPLE.txt
gem 'amazon-product-advertising-api', :git => 'https://github.com/completelynovel/amazon-product-advertising-api.git'
group :development, :test do
gem 'capybara'
gem 'steak'
gem 'factory_girl_rails'
gem 'rspec'
gem 'rspec-rails'
gem 'shoulda'
gem 'no_peeping_toms'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment