Commit 973f9d30 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'pin_sidekiq_version' into 'master'

Pin gem sidekiq version
parents f8b54295 f732e6c8
...@@ -102,7 +102,7 @@ gem "acts-as-taggable-on" ...@@ -102,7 +102,7 @@ gem "acts-as-taggable-on"
# Background jobs # Background jobs
gem 'slim' gem 'slim'
gem 'sinatra', require: nil gem 'sinatra', require: nil
gem 'sidekiq' gem 'sidekiq', '2.17.0'
# HTTP requests # HTTP requests
gem "httparty" gem "httparty"
......
...@@ -653,7 +653,7 @@ DEPENDENCIES ...@@ -653,7 +653,7 @@ DEPENDENCIES
select2-rails select2-rails
settingslogic settingslogic
shoulda-matchers (~> 2.1.0) shoulda-matchers (~> 2.1.0)
sidekiq sidekiq (= 2.17.0)
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