Commit ed7a2136dd311829196db8631d28720ca756dc19
1 parent
f230fe3d
Exists in
master
and in
4 other branches
update sidekiq
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -137,7 +137,7 @@ GEM |
137 | 137 | eventmachine (1.0.0) |
138 | 138 | execjs (1.4.0) |
139 | 139 | multi_json (~> 1.0) |
140 | - facter (1.6.17) | |
140 | + facter (1.6.18) | |
141 | 141 | factory_girl (4.1.0) |
142 | 142 | activesupport (>= 3.0.0) |
143 | 143 | factory_girl_rails (4.1.0) |
... | ... | @@ -257,7 +257,7 @@ GEM |
257 | 257 | mime-types (1.21) |
258 | 258 | modernizr (2.6.2) |
259 | 259 | sprockets (~> 2.0) |
260 | - multi_json (1.7.1) | |
260 | + multi_json (1.7.2) | |
261 | 261 | multi_xml (0.5.3) |
262 | 262 | multipart-post (1.1.5) |
263 | 263 | mustache (0.99.4) |
... | ... | @@ -357,7 +357,7 @@ GEM |
357 | 357 | rdoc (3.12.2) |
358 | 358 | json (~> 1.4) |
359 | 359 | redcarpet (2.2.2) |
360 | - redis (3.0.2) | |
360 | + redis (3.0.3) | |
361 | 361 | redis-actionpack (3.2.3) |
362 | 362 | actionpack (~> 3.2.3) |
363 | 363 | redis-rack (~> 1.4.0) |
... | ... | @@ -421,7 +421,7 @@ GEM |
421 | 421 | sexp_processor (4.1.3) |
422 | 422 | shoulda-matchers (1.3.0) |
423 | 423 | activesupport (>= 3.0.0) |
424 | - sidekiq (2.7.5) | |
424 | + sidekiq (2.8.0) | |
425 | 425 | celluloid (~> 0.12.0) |
426 | 426 | connection_pool (~> 1.0) |
427 | 427 | multi_json (~> 1) | ... | ... |