From 9d6d0bbb7daad388a283169b4bb8327d1777cb1d Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 29 Jan 2012 22:45:50 -0500 Subject: [PATCH] add bundler setup to rakefile --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index edbc272..8f70115 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,8 @@ $:.unshift File.expand_path("../lib", __FILE__) require "foreman" +require "bundler/setup" + Dir[File.expand_path("../tasks/*.rake", __FILE__)].each do |task| load task end