summaryrefslogtreecommitdiff
path: root/bin/gitlab-shell
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-07-05 15:18:54 +0000
committerStan Hu <stanhu@gmail.com>2017-07-05 15:18:54 +0000
commit009c98bbfdc370e0a24b7a1a6b086e5e4b668a43 (patch)
tree7eba0dcb88e49148d4b23788992dab33edcacdb5 /bin/gitlab-shell
parent4f207de6e989883795d4d428863a0237b99e37b9 (diff)
parent43322952599d2f284b9cbb3ab6a490a7180f6599 (diff)
downloadgitlab-shell-009c98bbfdc370e0a24b7a1a6b086e5e4b668a43.tar.gz
Merge branch 'sh-revert-141' into 'master'
Revert "Merge branch 'sh-disable-rubygems' into 'master'" See merge request !143
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 ed58a0a..6ef572f 100755
--- a/bin/gitlab-shell
+++ b/bin/gitlab-shell
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby --disable-gems
+#!/usr/bin/env ruby
unless ENV['SSH_CONNECTION']
puts "Only ssh allowed"