13 lines
345 B
Diff
13 lines
345 B
Diff
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -118,7 +118,7 @@ gem 'acts-as-taggable-on', '~> 3.4'
|
|
|
|
# Background jobs
|
|
gem 'sinatra', '~> 1.4.4', require: nil
|
|
-gem 'sidekiq', '3.3.0'
|
|
+gem 'sidekiq', '3.4.2'
|
|
gem 'sidetiq', '~> 0.6.3'
|
|
|
|
# HTTP requests
|