diff options
| author | Stan Hu <stanhu@gmail.com> | 2017-07-05 08:13:10 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2017-07-05 08:13:10 -0700 |
| commit | 0b502be3314c0fb620e39d2f8f69f49d41d81cb2 (patch) | |
| tree | b9b46344aa108150dde2c366e69ee18fad638444 /hooks | |
| parent | 4f207de6e989883795d4d428863a0237b99e37b9 (diff) | |
| download | gitlab-shell-0b502be3314c0fb620e39d2f8f69f49d41d81cb2.tar.gz | |
Revert "Merge branch 'sh-disable-rubygems' into 'master'"
This reverts commit a18c90128e4d3eeae1233b1bc3c3998afd223c0d, reversing
changes made to 0a64624152735766c428d1532e434dd0bf5a9748.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/post-receive | 2 | ||||
| -rwxr-xr-x | hooks/pre-receive | 2 | ||||
| -rwxr-xr-x | hooks/update | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 70e9ebc..3504a48 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby --disable-gems +#!/usr/bin/env ruby # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. diff --git a/hooks/pre-receive b/hooks/pre-receive index eed4620..e8e04d8 100755 --- a/hooks/pre-receive +++ b/hooks/pre-receive @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby --disable-gems +#!/usr/bin/env ruby # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. diff --git a/hooks/update b/hooks/update index 81414d2..4c2fc08 100755 --- a/hooks/update +++ b/hooks/update @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby --disable-gems +#!/usr/bin/env ruby # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. |
