From c5a1271a37bed990f2fd8caa8fcde23a6e107b46 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 4 Jan 2014 14:57:01 -0500 Subject: [PATCH 1/1] Explicitly require 'common/errors' in RmRunner. --- lib/rm/rm_runner.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rm/rm_runner.rb b/lib/rm/rm_runner.rb index b953898..7142154 100644 --- a/lib/rm/rm_runner.rb +++ b/lib/rm/rm_runner.rb @@ -1,3 +1,4 @@ +require 'common/errors' require 'common/runner' class RmRunner -- 2.43.2