diff options
author | Stan Hu <stanhu@gmail.com> | 2017-07-04 06:40:44 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-07-04 06:40:44 -0700 |
commit | 9922f14fbeaad21ff52e36d75e6d2fa038940e4c (patch) | |
tree | 0a89154fd6940eb658ecad4dc583bf6d77e18cee /hooks/update | |
parent | 0944ebab55c536dce1f0a5decba251e1414e3de0 (diff) | |
download | gitlab-shell-9922f14fbeaad21ff52e36d75e6d2fa038940e4c.tar.gz |
Disable Rubygems in hooks toosh-disable-rubygems
Diffstat (limited to 'hooks/update')
-rwxr-xr-x | hooks/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/update b/hooks/update index 4c2fc08..81414d2 100755 --- a/hooks/update +++ b/hooks/update @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby --disable-gems # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. |