Commit af3138e8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update sidekiq

parent 585259b8
...@@ -81,8 +81,8 @@ gem "draper", "~> 0.18.0" ...@@ -81,8 +81,8 @@ gem "draper", "~> 0.18.0"
# Background jobs # Background jobs
gem 'slim' gem 'slim'
gem 'sinatra', :require => nil gem 'sinatra', require: nil
gem 'sidekiq', '2.6.4' gem 'sidekiq', '2.7.3'
# HTTP requests # HTTP requests
gem "httparty" gem "httparty"
......
...@@ -393,7 +393,7 @@ GEM ...@@ -393,7 +393,7 @@ GEM
sexp_processor (4.1.3) sexp_processor (4.1.3)
shoulda-matchers (1.3.0) shoulda-matchers (1.3.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (2.6.4) sidekiq (2.7.3)
celluloid (~> 0.12.0) celluloid (~> 0.12.0)
connection_pool (~> 1.0) connection_pool (~> 1.0)
multi_json (~> 1) multi_json (~> 1)
...@@ -436,7 +436,7 @@ GEM ...@@ -436,7 +436,7 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.17.0) thor (0.17.0)
tilt (1.3.3) tilt (1.3.3)
timers (1.0.2) timers (1.1.0)
treetop (1.4.12) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
...@@ -530,7 +530,7 @@ DEPENDENCIES ...@@ -530,7 +530,7 @@ DEPENDENCIES
seed-fu seed-fu
settingslogic settingslogic
shoulda-matchers (= 1.3.0) shoulda-matchers (= 1.3.0)
sidekiq (= 2.6.4) sidekiq (= 2.7.3)
simplecov simplecov
sinatra sinatra
six six
......
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