From a62a0691662d63a4461715c99f81f406d304a917 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 19 Jun 2011 16:11:22 -0400 Subject: [PATCH] update rakefile for rake >= 0.9.0 --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 50088eb..36d45b8 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,5 @@ +include Rake::DSL if defined?(Rake::DSL) + require 'bundler' Bundler::GemHelper.install_tasks