Commit af3138e8013af5f38f3dae6a3e0eee68f382a0ee
1 parent
585259b8
Exists in
master
and in
4 other branches
Update sidekiq
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
| @@ -81,8 +81,8 @@ gem "draper", "~> 0.18.0" | @@ -81,8 +81,8 @@ gem "draper", "~> 0.18.0" | ||
| 81 | 81 | ||
| 82 | # Background jobs | 82 | # Background jobs |
| 83 | gem 'slim' | 83 | gem 'slim' |
| 84 | -gem 'sinatra', :require => nil | ||
| 85 | -gem 'sidekiq', '2.6.4' | 84 | +gem 'sinatra', require: nil |
| 85 | +gem 'sidekiq', '2.7.3' | ||
| 86 | 86 | ||
| 87 | # HTTP requests | 87 | # HTTP requests |
| 88 | gem "httparty" | 88 | gem "httparty" |
Gemfile.lock
| @@ -393,7 +393,7 @@ GEM | @@ -393,7 +393,7 @@ GEM | ||
| 393 | sexp_processor (4.1.3) | 393 | sexp_processor (4.1.3) |
| 394 | shoulda-matchers (1.3.0) | 394 | shoulda-matchers (1.3.0) |
| 395 | activesupport (>= 3.0.0) | 395 | activesupport (>= 3.0.0) |
| 396 | - sidekiq (2.6.4) | 396 | + sidekiq (2.7.3) |
| 397 | celluloid (~> 0.12.0) | 397 | celluloid (~> 0.12.0) |
| 398 | connection_pool (~> 1.0) | 398 | connection_pool (~> 1.0) |
| 399 | multi_json (~> 1) | 399 | multi_json (~> 1) |
| @@ -436,7 +436,7 @@ GEM | @@ -436,7 +436,7 @@ GEM | ||
| 436 | rack (>= 1.0.0) | 436 | rack (>= 1.0.0) |
| 437 | thor (0.17.0) | 437 | thor (0.17.0) |
| 438 | tilt (1.3.3) | 438 | tilt (1.3.3) |
| 439 | - timers (1.0.2) | 439 | + timers (1.1.0) |
| 440 | treetop (1.4.12) | 440 | treetop (1.4.12) |
| 441 | polyglot | 441 | polyglot |
| 442 | polyglot (>= 0.3.1) | 442 | polyglot (>= 0.3.1) |
| @@ -530,7 +530,7 @@ DEPENDENCIES | @@ -530,7 +530,7 @@ DEPENDENCIES | ||
| 530 | seed-fu | 530 | seed-fu |
| 531 | settingslogic | 531 | settingslogic |
| 532 | shoulda-matchers (= 1.3.0) | 532 | shoulda-matchers (= 1.3.0) |
| 533 | - sidekiq (= 2.6.4) | 533 | + sidekiq (= 2.7.3) |
| 534 | simplecov | 534 | simplecov |
| 535 | sinatra | 535 | sinatra |
| 536 | six | 536 | six |