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