From 603c61ad628ffd2ab7c02390e0efe723c1eb3e89 Mon Sep 17 00:00:00 2001 From: Rich Healey Date: Tue, 14 Aug 2012 10:40:55 +1000 Subject: [PATCH] Use explicit path for 1.9 support --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 68f64ec99..f38914608 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- require 'rake/clean' -require 'tasks/backend' +require_relative 'tasks/backend' ROOT_DIR = File.expand_path('.') BUILDS_DIR = File.join(ROOT_DIR, 'dist')