summaryrefslogtreecommitdiff
path: root/bin/gitlab-shell
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-05 13:43:45 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-07-05 13:43:45 +0000
commita18c90128e4d3eeae1233b1bc3c3998afd223c0d (patch)
tree0a89154fd6940eb658ecad4dc583bf6d77e18cee /bin/gitlab-shell
parent0a64624152735766c428d1532e434dd0bf5a9748 (diff)
parent9922f14fbeaad21ff52e36d75e6d2fa038940e4c (diff)
downloadgitlab-shell-a18c90128e4d3eeae1233b1bc3c3998afd223c0d.tar.gz
Merge branch 'sh-disable-rubygems' into 'master'
Disable RubyGems to increase performance See merge request !141
Diffstat (limited to 'bin/gitlab-shell')
-rwxr-xr-xbin/gitlab-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitlab-shell b/bin/gitlab-shell
index 6ef572f..ed58a0a 100755
--- a/bin/gitlab-shell
+++ b/bin/gitlab-shell
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/env ruby --disable-gems
unless ENV['SSH_CONNECTION']
puts "Only ssh allowed"