diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-20 18:48:53 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-20 18:48:53 +0200 |
commit | 5bbe2860bf3f9e24d2f658aa2a32baabbe997cea (patch) | |
tree | 52319f576a7ec738c5b2f82e68ebfb9856333132 /Gemfile | |
parent | 41f01dd3f4c13502483f59b754af8429abc6af39 (diff) | |
download | gitlab-ce-5bbe2860bf3f9e24d2f658aa2a32baabbe997cea.tar.gz |
Update gitlab-grack to 2.0.1 to get unicorn to stop creating zombies.gitlab-grack-2.0.1
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ gem "browser" gem "gitlab_git", '~> 7.1.10' # Ruby/Rack Git Smart-HTTP Server Handler -gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' +gem 'gitlab-grack', '~> 2.0.1', require: 'grack' # LDAP Auth gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap" |