From 969a5d4f6b9d1f83be6652aa4107600e99c5f801 Mon Sep 17 00:00:00 2001 From: Przemek Owczarek Date: Sat, 19 May 2012 22:19:56 +0200 Subject: [PATCH] Revert "fixed Rake deprecation warning" This reverts commit 95bb2fee8c56b96db99c0040e393eabe11636026. --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 52aaee8dff..9a931c6357 100644 --- a/Rakefile +++ b/Rakefile @@ -1,8 +1,6 @@ # NOTE! When updating this file, also update INSTALL, if necessary. # NOTE! Please keep your tasks grouped together. -include Rake::DSL - if ENV["RUBYLIB"] STDERR.puts "ERROR: Please unset RUBYLIB to build Rubinius" exit 1