Commit 56a83cdff6a03692ed83b0b5fae06f140d8ab81c
Committed by
Jacob Vosmaer
1 parent
aed4e0f0
Updated sidekiq Gemfile.lock for celluloid error
Should (hopefully fix issue with: "Mysql2::Error: This connection is still waiting for a result, try again once you have the result:" https://github.com/mperham/sidekiq/pull/954 https://github.com/celluloid/celluloid/pull/268 Change-Id: I4daa65b6b6f9de20975d95ba07ffab103ec03204
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -67,7 +67,7 @@ GEM |
67 | 67 | carrierwave (0.8.0) |
68 | 68 | activemodel (>= 3.2.0) |
69 | 69 | activesupport (>= 3.2.0) |
70 | - celluloid (0.14.0) | |
70 | + celluloid (0.14.1) | |
71 | 71 | timers (>= 1.0.0) |
72 | 72 | charlock_holmes (0.6.9.4) |
73 | 73 | childprocess (0.3.9) |
... | ... | @@ -87,7 +87,7 @@ GEM |
87 | 87 | coffee-script-source (1.6.2) |
88 | 88 | colored (1.2) |
89 | 89 | colorize (0.5.8) |
90 | - connection_pool (1.0.0) | |
90 | + connection_pool (1.1.0) | |
91 | 91 | coveralls (0.6.7) |
92 | 92 | colorize |
93 | 93 | multi_json (~> 1.3) |
... | ... | @@ -445,8 +445,8 @@ GEM |
445 | 445 | sexp_processor (4.2.1) |
446 | 446 | shoulda-matchers (2.1.0) |
447 | 447 | activesupport (>= 3.0.0) |
448 | - sidekiq (2.12.0) | |
449 | - celluloid (>= 0.14.0) | |
448 | + sidekiq (2.12.4) | |
449 | + celluloid (>= 0.14.1) | |
450 | 450 | connection_pool (>= 1.0.0) |
451 | 451 | json |
452 | 452 | redis (>= 3.0) | ... | ... |