update resque to see if maybe it fixes the stupid problems

This commit is contained in:
Emi Matchu 2013-01-28 03:48:53 -06:00
parent f7ae45e3e7
commit 0e5978d92d
6 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ gem 'whenever', '~> 0.7.3', :require => false
gem 'swf_converter', '~> 0.0.3'
gem 'resque', '~> 1.15.0'
gem 'resque', '~> 1.23.0'
gem 'resque-scheduler', '~> 2.0.0.d'
gem 'resque-retry', '~> 0.1.0'

View file

@ -155,7 +155,7 @@ GEM
jammit (0.5.4)
closure-compiler (>= 0.1.0)
yui-compressor (>= 0.9.1)
json (1.4.6)
json (1.7.6)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
@ -213,9 +213,9 @@ GEM
redis (3.0.2)
redis-namespace (1.2.1)
redis (~> 3.0.0)
resque (1.15.0)
json (~> 1.4.6)
redis-namespace (>= 0.10.0)
resque (1.23.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-retry (0.1.0)
@ -308,7 +308,7 @@ DEPENDENCIES
rack-fiber_pool
rails (= 3.0.19)
rdiscount (~> 1.6.5)
resque (~> 1.15.0)
resque (~> 1.23.0)
resque-retry (~> 0.1.0)
resque-scheduler (~> 2.0.0.d)
rest-client (~> 1.6.7)

Binary file not shown.

BIN
vendor/cache/json-1.7.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/resque-1.23.0.gem vendored Normal file

Binary file not shown.