Skip to content
Snippets Groups Projects
Commit 694106ec authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'setup-needs-bundler' into 'master'

bin/setup needs bundler too

By adding `require 'bundler/setup'` we remove the need for `bundle exec`.
This is already done in the other scripts in bin/; this change adds the
missing require to bin/setup.

See merge request !13
parents ec1147f8 30fafa52
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
require 'bundler/setup'
require_relative '../lib/setup'
 
GitlabCi::Setup.new
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment