2015-09-29 12:12:42 +05:30
|
|
|
Index: gitlab/Gemfile
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/Gemfile
|
|
|
|
+++ gitlab/Gemfile
|
2015-10-24 20:10:10 +05:30
|
|
|
@@ -107,7 +107,7 @@ gem 'diffy', '~> 3.0.3'
|
2015-09-29 12:12:42 +05:30
|
|
|
|
|
|
|
# Application server
|
|
|
|
group :unicorn do
|
|
|
|
- gem "unicorn", '~> 4.8.2'
|
|
|
|
+ gem "unicorn", '~> 4.8'
|
|
|
|
gem 'unicorn-worker-killer', '~> 0.4.2'
|
|
|
|
end
|
|
|
|
|