Commit a84a929428169022c6e365c80579ad587ecc55ed
Exists in
master
and in
4 other branches
Merge pull request #426 from RLovelett/resque-update
Fixes :public Warning In Resque When Running Any Rails Command
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -196,7 +196,7 @@ GEM |
196 | 196 | redis (2.2.2) |
197 | 197 | redis-namespace (1.0.3) |
198 | 198 | redis (< 3.0.0) |
199 | - resque (1.19.0) | |
199 | + resque (1.20.0) | |
200 | 200 | multi_json (~> 1.0) |
201 | 201 | redis-namespace (~> 1.0.2) |
202 | 202 | sinatra (>= 0.9.2) |
... | ... | @@ -318,7 +318,7 @@ DEPENDENCIES |
318 | 318 | rails-footnotes |
319 | 319 | rake |
320 | 320 | rdiscount |
321 | - resque | |
321 | + resque (~> 1.20.0) | |
322 | 322 | rspec-rails |
323 | 323 | sass-rails (= 3.2.3) |
324 | 324 | seed-fu | ... | ... |