eBooru/Gemfile

20 lines
408 B
Ruby
Raw Normal View History

2010-02-04 15:08:49 -05:00
source 'http://gemcutter.org'
2010-02-06 16:48:40 -05:00
group :test do
gem "shoulda"
gem "factory_girl"
gem "mocha"
gem "faker"
end
2010-03-18 18:29:41 -04:00
2010-10-08 18:42:26 -04:00
gem "rails", "3.0.0"
2010-03-18 18:29:41 -04:00
gem "pg"
gem "memcache-client", :require => "memcache"
gem "imagesize", :require => "image_size"
2010-08-27 16:59:59 -04:00
gem "delayed_job"
2010-10-08 18:42:26 -04:00
gem "super_exception_notifier"
gem "haml"
gem "simple_form"
gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"