Skip to content

Commit 69de0e4

Browse files
committed
Update Sidekiq
1 parent 53b64e4 commit 69de0e4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ GEM
146146
mongoid-grid_fs (>= 1.3, < 3.0)
147147
carrierwave_backgrounder (0.4.1)
148148
carrierwave (~> 0.5)
149-
celluloid (0.15.2)
150-
timers (~> 1.1.0)
149+
celluloid (0.16.0)
150+
timers (~> 4.0.0)
151151
childprocess (0.5.5)
152152
ffi (~> 1.0, >= 1.0.11)
153153
choice (0.1.6)
@@ -176,7 +176,7 @@ GEM
176176
sass (~> 3.2.19)
177177
compass-rails (2.0.0)
178178
compass (>= 0.12.2)
179-
connection_pool (2.0.0)
179+
connection_pool (2.1.0)
180180
cookiejar (0.3.2)
181181
coolline (0.4.4)
182182
crack (0.4.2)
@@ -341,6 +341,7 @@ GEM
341341
highline (1.6.21)
342342
hike (1.2.3)
343343
hirb (0.7.2)
344+
hitimes (1.2.2)
344345
http (0.5.1)
345346
http_parser.rb
346347
http_parser.rb (0.6.0)
@@ -570,7 +571,7 @@ GEM
570571
rdoc (3.12.2)
571572
json (~> 1.4)
572573
redcarpet (3.1.2)
573-
redis (3.1.0)
574+
redis (3.2.0)
574575
redis-actionpack (3.2.4)
575576
actionpack (~> 3.2.0)
576577
redis-rack (~> 1.4.4)
@@ -649,8 +650,8 @@ GEM
649650
sexp_processor (4.4.4)
650651
shoulda-matchers (2.6.2)
651652
activesupport (>= 3.0.0)
652-
sidekiq (3.2.2)
653-
celluloid (>= 0.15.2)
653+
sidekiq (3.3.0)
654+
celluloid (>= 0.16.0)
654655
connection_pool (>= 2.0.0)
655656
json
656657
redis (>= 3.0.6)
@@ -703,7 +704,8 @@ GEM
703704
thread_safe (0.3.4)
704705
tilt (1.4.1)
705706
timecop (0.7.1)
706-
timers (1.1.0)
707+
timers (4.0.1)
708+
hitimes
707709
tire (0.6.2)
708710
activemodel (>= 3.0)
709711
activesupport

0 commit comments

Comments
 (0)