Skip to content

Instantly share code, notes, and snippets.

@arooni
Created May 20, 2011 17:40
Show Gist options
  • Save arooni/983392 to your computer and use it in GitHub Desktop.
Save arooni/983392 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem "rails", "2.3.11"
gem 'money', '3.6.1'
gem 'whenever', '0.6.7'
gem 'paperclip', '2.3.11'
gem 'JasonKing-inline_attachment'
gem 'ruby-gmail', '0.2.1'
gem 'rest-client', '1.6.1'
gem 'resque', '1.16.1'
gem 'redis', '2.2.0'
gem 'redis-namespace', '1.0.3'
gem 'yajl-ruby', '0.8.2'
gem 'vegas', '0.1.8'
gem 'sinatra', '1.2.6'
gem 'xmlsimple', '1.0.15'
gem 'simple-rss' '1.2.3'
gem 'will_paginate', '2.3.15'
gem 'paypal', '2.0.0'
#gem 'active_merchant', '1.5.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment