Skip to content

Instantly share code, notes, and snippets.

@nsanta
Created July 26, 2010 23:46
Show Gist options
  • Save nsanta/491461 to your computer and use it in GitHub Desktop.
Save nsanta/491461 to your computer and use it in GitHub Desktop.
# A sample Gemfile
source :rubyforge
#
gem "rails" , '2.3.5'
gem 'mongrel'
gem 'ruby-debug'
gem 'mysql'
gem "clearance"
gem "whenever"
gem 'haml', '>=2.2.0'
gem 'formtastic'
gem 'andand'
gem 'oauth', '>= 0.3.5'
gem 'redis'
gem 'redis-store' , :require => false
gem 'redis-namespace'
gem 'resque'
gem 'resque-scheduler' , :require => false
gem 'twitter'
gem 'geokit'
gem 'values_for', :git => 'git://github.com/mcommons/values_for.git'
gem 'sanitize'
gem 'RedCloth'
gem 'fastercsv'
gem 'aws-s3' , :require => 'aws/s3'
gem 'daemons'
gem 'hoptoad_notifier'
gem 'chargify_api_ares'
gem 'aasm'
gem 'will_paginate'
gem 'san_juan' , :require => false
gem 'oauth-active-resource' , :require => false
gem 'soundcloud-ruby-api-wrapper' , :require => 'soundcloud'
gem 'SyslogLogger', :require => 'syslog_logger'
gem "db2s3" , :require => false
gem 'capistrano'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment