Commit f732e6c8 authored by Marin Jankovski's avatar Marin Jankovski

Pin sidekiq version to 2.17.0.

parent 69432c88
...@@ -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