From 9922f14fbeaad21ff52e36d75e6d2fa038940e4c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 4 Jul 2017 06:40:44 -0700 Subject: Disable Rubygems in hooks too --- hooks/post-receive | 2 +- hooks/pre-receive | 2 +- hooks/update | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks/post-receive b/hooks/post-receive index 3504a48..70e9ebc 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -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. diff --git a/hooks/pre-receive b/hooks/pre-receive index e8e04d8..eed4620 100755 --- a/hooks/pre-receive +++ b/hooks/pre-receive @@ -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. 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. -- cgit v1.2.1