Commit 973f9d30d9c81a1a06670c257998f3bb8dfe43be

Authored by Dmitriy Zaporozhets
2 parents f8b54295 f732e6c8

Merge branch 'pin_sidekiq_version' into 'master'

Pin gem sidekiq version
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
... ...