eBooru/Gemfile
randuin 31863738c1 Added vim .swp files to the gitignore and
also added pry to the development group for the Gemfile
2011-09-02 18:19:15 -07:00

34 lines
685 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"
gem "simplecov", :require => false
end
group :assets do
gem "uglifier"
gem "uglifier-rails"
gem "therubyracer"
end
gem "rails", "3.1.0.rc8"
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 "meta_search", :git => "git://github.com/ernie/meta_search.git"
gem "silent-postgres"
gem "whenever", :require => false
group :development do
gem 'pry'
end