eBooru/Gemfile
albert 23656e3fa9 * Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator
* Fleshed out IpBan class based on changes to Danbooru 1.xx
2010-04-29 17:32:15 -04:00

15 lines
303 B
Ruby

# Edit this Gemfile to bundle your application's dependencies.
source 'http://gemcutter.org'
group :test do
gem "shoulda"
gem "factory_girl"
gem "mocha"
gem "faker"
end
gem "rails", "3.0.0.beta3"
gem "pg"
gem "memcache-client", :require => "memcache"
gem "imagesize", :require => "image_size"