Commit 56a83cdf authored by Izaak Alpert's avatar Izaak Alpert Committed by Jacob Vosmaer

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
parent aed4e0f0
...@@ -67,7 +67,7 @@ GEM ...@@ -67,7 +67,7 @@ GEM
carrierwave (0.8.0) carrierwave (0.8.0)
activemodel (>= 3.2.0) activemodel (>= 3.2.0)
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
celluloid (0.14.0) celluloid (0.14.1)
timers (>= 1.0.0) timers (>= 1.0.0)
charlock_holmes (0.6.9.4) charlock_holmes (0.6.9.4)
childprocess (0.3.9) childprocess (0.3.9)
...@@ -87,7 +87,7 @@ GEM ...@@ -87,7 +87,7 @@ GEM
coffee-script-source (1.6.2) coffee-script-source (1.6.2)
colored (1.2) colored (1.2)
colorize (0.5.8) colorize (0.5.8)
connection_pool (1.0.0) connection_pool (1.1.0)
coveralls (0.6.7) coveralls (0.6.7)
colorize colorize
multi_json (~> 1.3) multi_json (~> 1.3)
...@@ -445,8 +445,8 @@ GEM ...@@ -445,8 +445,8 @@ GEM
sexp_processor (4.2.1) sexp_processor (4.2.1)
shoulda-matchers (2.1.0) shoulda-matchers (2.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (2.12.0) sidekiq (2.12.4)
celluloid (>= 0.14.0) celluloid (>= 0.14.1)
connection_pool (>= 1.0.0) connection_pool (>= 1.0.0)
json json
redis (>= 3.0) redis (>= 3.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment