more redis and resque stuff

This commit is contained in:
Dan Buch
2012-03-04 10:04:41 -05:00
parent 6fe8e8004e
commit fedeefef98
10 changed files with 35 additions and 7 deletions

View File

@@ -4,8 +4,8 @@ gem 'rails', '2.3.2'
gem 'active_presenter', '1.2.1'
gem 'activesupport', '2.3.2'
gem 'awesome_print', '0.2.1', :require => 'ap'
gem 'mc-settings'
gem 'mongrel', '1.1.5'
gem 'mysql', '2.8.1'
gem 'nokogiri', '1.4.3.1'
gem 'rack', '1.2.1'
gem 'rake', '0.8.7'
@@ -18,6 +18,7 @@ gem 'resque-loner', '1.0.1'
gem 'resque-scheduler', '2.0.0.d'
gem 'rmagick', '2.13.1'
gem 'ruby-debug', '0.10.3'
gem 'sqlite3'
gem 'typhoeus', '0.2.4'
gem 'unicorn', '3.7.0'
gem 'uuid', '2.3.3'