From 53ea1228bef63279e558b08b50144775f6f3a4c4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 3 Sep 2021 12:09:03 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- bin/rspec-stackprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/rspec-stackprof') 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' -- cgit v1.2.1