Commit af3138e8013af5f38f3dae6a3e0eee68f382a0ee

Authored by Dmitriy Zaporozhets
1 parent 585259b8

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 81  
82 82 # Background jobs
83 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 87 # HTTP requests
88 88 gem "httparty"
... ...
Gemfile.lock
... ... @@ -393,7 +393,7 @@ GEM
393 393 sexp_processor (4.1.3)
394 394 shoulda-matchers (1.3.0)
395 395 activesupport (>= 3.0.0)
396   - sidekiq (2.6.4)
  396 + sidekiq (2.7.3)
397 397 celluloid (~> 0.12.0)
398 398 connection_pool (~> 1.0)
399 399 multi_json (~> 1)
... ... @@ -436,7 +436,7 @@ GEM
436 436 rack (>= 1.0.0)
437 437 thor (0.17.0)
438 438 tilt (1.3.3)
439   - timers (1.0.2)
  439 + timers (1.1.0)
440 440 treetop (1.4.12)
441 441 polyglot
442 442 polyglot (>= 0.3.1)
... ... @@ -530,7 +530,7 @@ DEPENDENCIES
530 530 seed-fu
531 531 settingslogic
532 532 shoulda-matchers (= 1.3.0)
533   - sidekiq (= 2.6.4)
  533 + sidekiq (= 2.7.3)
534 534 simplecov
535 535 sinatra
536 536 six
... ...