Files
danbooru/Gemfile
albert 1c9d8c37c7 Fixed some major bugs with implications, cleaning up the cache
expiration process and adding some additional tests.

Cleaned up the unit tests.  They should all run cleanly with rake
test:units now.
2010-10-27 16:56:12 -04:00

22 lines
492 B
Ruby

source 'http://gemcutter.org'
group :test do
gem "shoulda"
gem "factory_girl"
gem "mocha"
gem "ffaker", :git => "http://github.com/EmmanuelOga/ffaker.git"
end
gem "rails", "3.0.0"
gem "pg"
gem "memcache-client", :require => "memcache"
gem "imagesize", :require => "image_size"
gem "delayed_job"
gem "super_exception_notifier"
gem "haml"
gem "simple_form"
gem "mechanize"
gem "nokogiri"
gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"