Commit f732e6c8da83c46ac85dfd913f2adddaa1c8148d

Authored by Marin Jankovski
1 parent 69432c88

Pin sidekiq version to 2.17.0.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile
... ... @@ -102,7 +102,7 @@ gem "acts-as-taggable-on"
102 102 # Background jobs
103 103 gem 'slim'
104 104 gem 'sinatra', require: nil
105   -gem 'sidekiq'
  105 +gem 'sidekiq', '2.17.0'
106 106  
107 107 # HTTP requests
108 108 gem "httparty"
... ...
Gemfile.lock
... ... @@ -653,7 +653,7 @@ DEPENDENCIES
653 653 select2-rails
654 654 settingslogic
655 655 shoulda-matchers (~> 2.1.0)
656   - sidekiq
  656 + sidekiq (= 2.17.0)
657 657 simplecov
658 658 sinatra
659 659 six
... ...