loosen sidekiq

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-29 12:28:22 +05:30
parent c2342d6dd7
commit ea9f78cc80
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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

View file

@ -18,3 +18,4 @@ loosen-rails-version.patch
0018-loosen-rdoc.patch
0019-loosen-creole.patch
0020-loosen-unicorn.patch
0021-loosen-sidekiq.patch