From d8a58f62bf9ef690b2398c00ae9b3e78071a655b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 11 Apr 2018 15:51:31 +0200 Subject: Fix scripts/prune-old-flaky-specs requires Bundler to run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- scripts/prune-old-flaky-specs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/prune-old-flaky-specs b/scripts/prune-old-flaky-specs index ab03a0230cc..f7451fbd428 100755 --- a/scripts/prune-old-flaky-specs +++ b/scripts/prune-old-flaky-specs @@ -1,5 +1,10 @@ #!/usr/bin/env ruby +# lib/rspec_flaky/flaky_examples_collection.rb is requiring +# `active_support/hash_with_indifferent_access`, and we install the `activesupport` +# gem manually on the CI +require 'rubygems' + require_relative '../lib/rspec_flaky/report' report_file = ARGV.shift -- cgit v1.2.3