diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-03 12:09:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-03 12:09:03 +0000 |
commit | 53ea1228bef63279e558b08b50144775f6f3a4c4 (patch) | |
tree | ec6534ce84a6451a67f1c34257064e1aa624b717 /bin/rspec-stackprof | |
parent | 764ff99273496e7d1da0dc9cc2255445cf7dc540 (diff) | |
download | gitlab-ce-53ea1228bef63279e558b08b50144775f6f3a4c4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin/rspec-stackprof')
-rwxr-xr-x | bin/rspec-stackprof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rspec-stackprof b/bin/rspec-stackprof index 3bef45c607c..018bfe7da4b 100755 --- a/bin/rspec-stackprof +++ b/bin/rspec-stackprof @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'bundler/setup' +require_relative '../config/bundler_setup' require 'stackprof' $:.unshift 'spec' require 'spec_helper' |