From a6b39ccd71acf6bbb301357c747444589248d0ce Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Mon, 18 Jul 2011 22:11:14 +0200 Subject: [PATCH] Remove now-superfluous inclusion of Rake::DSL. --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index a6ecc2dd90..08223ff3af 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,6 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -include Rake::DSL require File.expand_path('../config/application', __FILE__) require 'rake'