Skip to content

Instantly share code, notes, and snippets.

@thokra
Created December 13, 2010 15:38
Show Gist options
  • Save thokra/739103 to your computer and use it in GitHub Desktop.
Save thokra/739103 to your computer and use it in GitHub Desktop.
source :gemcutter
gem "rails", ">=3.0.0"
gem 'rake'
gem 'twitter' #, :version => '0.9.4'
gem "loofah", :git => "git://github.com/muscardinus/loofah.git"
gem "feedzirra"
gem 'exception_notification'
gem 'json', '1.4.3'
gem 'mysql'
gem 'open-uri-cached'
gem "subdomain-fu", :git => "git://github.com/nhowell/subdomain-fu.git"
gem "authlogic", :git => "git://github.com/jakepaul/authlogic.git"
#gem 'authlogic', :git => 'git://github.com/rballast/authlogic.git', :branch => 'rails3'
gem "will_paginate", "~> 3.0.pre2"
gem "fb_graph", "~> 1.0.2"
gem 'newrelic_rpm'
gem 'htmlentities'
gem 'seer'
gem 'delayed_job', '2.1.1'
gem 'dj_remixes', '>= 0.2.0'
gem 'hoptoad_notifier'
group :development, :test do
gem 'webrat'
gem 'rspec-rails'
gem 'spork'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment