Commit 255d6d8b215a6733f4b49229aded0152b4510891
1 parent
ffa46e02
Exists in
master
and in
4 other branches
Update sidekiq and redis-rails
Showing
1 changed file
with
18 additions
and
18 deletions
Show diff stats
Gemfile.lock
@@ -389,24 +389,24 @@ GEM | @@ -389,24 +389,24 @@ GEM | ||
389 | json (~> 1.4) | 389 | json (~> 1.4) |
390 | redcarpet (2.2.2) | 390 | redcarpet (2.2.2) |
391 | redis (3.0.4) | 391 | redis (3.0.4) |
392 | - redis-actionpack (3.2.3) | ||
393 | - actionpack (~> 3.2.3) | ||
394 | - redis-rack (~> 1.4.0) | 392 | + redis-actionpack (3.2.4) |
393 | + actionpack (~> 3.2.0) | ||
394 | + redis-rack (~> 1.4.4) | ||
395 | + redis-store (~> 1.1.4) | ||
396 | + redis-activesupport (3.2.4) | ||
397 | + activesupport (~> 3.2.0) | ||
395 | redis-store (~> 1.1.0) | 398 | redis-store (~> 1.1.0) |
396 | - redis-activesupport (3.2.3) | ||
397 | - activesupport (~> 3.2.3) | ||
398 | - redis-store (~> 1.1.0) | ||
399 | - redis-namespace (1.3.0) | 399 | + redis-namespace (1.3.1) |
400 | redis (~> 3.0.0) | 400 | redis (~> 3.0.0) |
401 | - redis-rack (1.4.2) | ||
402 | - rack (~> 1.4.1) | ||
403 | - redis-store (~> 1.1.0) | ||
404 | - redis-rails (3.2.3) | ||
405 | - redis-actionpack (~> 3.2.3) | ||
406 | - redis-activesupport (~> 3.2.3) | ||
407 | - redis-store (~> 1.1.0) | ||
408 | - redis-store (1.1.3) | ||
409 | - redis (>= 2.2.0) | 401 | + redis-rack (1.4.4) |
402 | + rack (~> 1.4.0) | ||
403 | + redis-store (~> 1.1.4) | ||
404 | + redis-rails (3.2.4) | ||
405 | + redis-actionpack (~> 3.2.4) | ||
406 | + redis-activesupport (~> 3.2.4) | ||
407 | + redis-store (~> 1.1.4) | ||
408 | + redis-store (1.1.4) | ||
409 | + redis (>= 2.2) | ||
410 | ref (1.0.5) | 410 | ref (1.0.5) |
411 | rest-client (1.6.7) | 411 | rest-client (1.6.7) |
412 | mime-types (>= 1.16) | 412 | mime-types (>= 1.16) |
@@ -455,11 +455,11 @@ GEM | @@ -455,11 +455,11 @@ GEM | ||
455 | sexp_processor (4.2.1) | 455 | sexp_processor (4.2.1) |
456 | shoulda-matchers (2.1.0) | 456 | shoulda-matchers (2.1.0) |
457 | activesupport (>= 3.0.0) | 457 | activesupport (>= 3.0.0) |
458 | - sidekiq (2.12.4) | 458 | + sidekiq (2.14.0) |
459 | celluloid (>= 0.14.1) | 459 | celluloid (>= 0.14.1) |
460 | connection_pool (>= 1.0.0) | 460 | connection_pool (>= 1.0.0) |
461 | json | 461 | json |
462 | - redis (>= 3.0) | 462 | + redis (>= 3.0.4) |
463 | redis-namespace | 463 | redis-namespace |
464 | simple_oauth (0.1.9) | 464 | simple_oauth (0.1.9) |
465 | simplecov (0.7.1) | 465 | simplecov (0.7.1) |