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"
|
2010-10-27 13:40:50 -04:00
|
|
|
gem "ffaker", :git => "http://github.com/EmmanuelOga/ffaker.git"
|
2010-12-05 22:27:45 -05:00
|
|
|
gem "simplecov", :require => false
|
2010-02-06 16:48:40 -05:00
|
|
|
end
|
2010-03-18 18:29:41 -04:00
|
|
|
|
2011-08-06 16:22:49 -04:00
|
|
|
group :assets do
|
2012-03-13 18:28:32 -04:00
|
|
|
gem "sass-rails"
|
2012-02-10 17:55:05 -05:00
|
|
|
gem "uglifier", ">= 1.0.3"
|
2012-02-10 18:11:37 -05:00
|
|
|
gem "therubyracer"
|
2011-08-06 16:22:49 -04:00
|
|
|
end
|
2011-09-21 16:18:16 -04:00
|
|
|
|
2012-05-31 15:56:50 -04:00
|
|
|
gem "rails", "3.2.3"
|
2012-12-19 14:39:00 -05:00
|
|
|
gem "pg", "0.12.2"
|
2010-03-18 18:29:41 -04:00
|
|
|
gem "memcache-client", :require => "memcache"
|
2010-08-27 16:59:59 -04:00
|
|
|
gem "delayed_job"
|
2012-01-27 14:22:47 -05:00
|
|
|
gem "delayed_job_active_record"
|
2010-10-08 18:42:26 -04:00
|
|
|
gem "super_exception_notifier"
|
|
|
|
gem "simple_form"
|
2012-04-25 15:56:37 -04:00
|
|
|
gem "mechanize", :git => 'git://github.com/caribio/mechanize.git'
|
2010-10-27 16:56:12 -04:00
|
|
|
gem "nokogiri"
|
2011-06-07 17:34:09 -04:00
|
|
|
gem "meta_search", :git => "git://github.com/ernie/meta_search.git"
|
2011-08-22 16:28:31 -04:00
|
|
|
gem "whenever", :require => false
|
2011-09-13 15:19:07 -04:00
|
|
|
gem "sanitize", :git => "git://github.com/rgrove/sanitize.git"
|
2011-11-02 18:11:32 -04:00
|
|
|
gem 'rmagick', :require => "RMagick"
|
2012-01-27 18:26:58 -05:00
|
|
|
gem 'daemons'
|
2012-04-25 15:39:30 -04:00
|
|
|
gem 'newrelic_rpm'
|
2011-09-02 21:19:15 -04:00
|
|
|
|
|
|
|
group :development do
|
|
|
|
gem 'pry'
|
2011-09-26 17:30:35 -04:00
|
|
|
gem 'awesome_print'
|
2011-09-02 21:19:15 -04:00
|
|
|
end
|