Skip to content

Instantly share code, notes, and snippets.

@ruckus
Created April 13, 2010 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruckus/364908 to your computer and use it in GitHub Desktop.
Save ruckus/364908 to your computer and use it in GitHub Desktop.
source "http://gems.rubyforge.org"
source "http://gems.github.com"
gem "rails", "2.3.2"
gem "hpricot", "0.8.1"
gem "aws-s3", "0.6.2", :require => "aws/s3"
gem "syphon", ">= 0.4.0"
gem "image_science"
gem "rugalytics", ">= 0.2.0"
gem "feedzirra"
gem "mdalessio-dryopteris"
#gem "beanstalk-client", :path => "vendor/gems/beanstalk-client-1.0.2"
gem "mysql", "2.8.1"
gem "memcache-client", ">= 1.5.0"
gem "system_timer"
gem "RubyInline"
group :development do
gem "mongrel"
end
# These gems rely on Rails
group :plugins do
gem "mislav-will_paginate", "2.3.4", :require => "will_paginate"
gem "haml", "= 2.2.3"
end
# These gems were in the old gems.yml - not sure if we still use/need them
# SyslogLogger-1.4.0
# tzinfo-0.3.9
# utf8proc-1.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment