summaryrefslogtreecommitdiff
path: root/bin/rspec-stackprof
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 12:09:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 12:09:03 +0000
commit53ea1228bef63279e558b08b50144775f6f3a4c4 (patch)
treeec6534ce84a6451a67f1c34257064e1aa624b717 /bin/rspec-stackprof
parent764ff99273496e7d1da0dc9cc2255445cf7dc540 (diff)
downloadgitlab-ce-53ea1228bef63279e558b08b50144775f6f3a4c4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin/rspec-stackprof')
-rwxr-xr-xbin/rspec-stackprof2
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'