From a85f3a9e943441404aa29be571507695714dad35 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 18 Jun 2011 12:38:15 -0400 Subject: [PATCH] rake dsl --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 14cfe0b..1805681 100644 --- a/Rakefile +++ b/Rakefile @@ -1,2 +1,4 @@ +include Rake::DSL if defined?(Rake::DSL) + require 'bundler' Bundler::GemHelper.install_tasks