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
@@ -102,7 +102,7 @@ gem "acts-as-taggable-on" @@ -102,7 +102,7 @@ gem "acts-as-taggable-on"
102 # Background jobs 102 # Background jobs
103 gem 'slim' 103 gem 'slim'
104 gem 'sinatra', require: nil 104 gem 'sinatra', require: nil
105 -gem 'sidekiq' 105 +gem 'sidekiq', '2.17.0'
106 106
107 # HTTP requests 107 # HTTP requests
108 gem "httparty" 108 gem "httparty"
@@ -653,7 +653,7 @@ DEPENDENCIES @@ -653,7 +653,7 @@ DEPENDENCIES
653 select2-rails 653 select2-rails
654 settingslogic 654 settingslogic
655 shoulda-matchers (~> 2.1.0) 655 shoulda-matchers (~> 2.1.0)
656 - sidekiq 656 + sidekiq (= 2.17.0)
657 simplecov 657 simplecov
658 sinatra 658 sinatra
659 six 659 six