Pin sidekiq version to 2.17.0.
This commit is contained in:
parent
69432c885c
commit
f732e6c8da
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -102,7 +102,7 @@ gem "acts-as-taggable-on"
|
|||
# Background jobs
|
||||
gem 'slim'
|
||||
gem 'sinatra', require: nil
|
||||
gem 'sidekiq'
|
||||
gem 'sidekiq', '2.17.0'
|
||||
|
||||
# HTTP requests
|
||||
gem "httparty"
|
||||
|
|
|
@ -653,7 +653,7 @@ DEPENDENCIES
|
|||
select2-rails
|
||||
settingslogic
|
||||
shoulda-matchers (~> 2.1.0)
|
||||
sidekiq
|
||||
sidekiq (= 2.17.0)
|
||||
simplecov
|
||||
sinatra
|
||||
six
|
||||
|
|
Loading…
Reference in a new issue