Commit a18c9012 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'sh-disable-rubygems' into 'master'

Disable RubyGems to increase performance

See merge request !141
parents 0a646241 9922f14f
v5.2.0
- Disable RubyGems to increase performance
v5.1.1
- Revert "Remove old `project` parameter, use `gl_repository` instead"
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
#
# GitLab shell authorized_keys. Query GitLab API to get the authorized command for a given ssh key fingerprint
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
require_relative '../lib/gitlab_init'
require_relative '../lib/gitlab_net'
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
# Recreate GitLab hooks in the Git repositories managed by GitLab.
#
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
unless ENV['SSH_CONNECTION']
puts "Only ssh allowed"
......
#!/usr/bin/env ruby
#!/usr/bin/env ruby --disable-gems
require_relative '../lib/gitlab_init'
......
#!/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.
......
#!/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.
......
#!/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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment