From 8a5852bb4c6c5715c3aff5846ef20e2a889db5a1 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Fri, 30 Dec 2011 22:45:26 -0800 Subject: [PATCH] remove unnecessary environment variable setting --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 3bb9c1b4..a0db1a8f 100644 --- a/Rakefile +++ b/Rakefile @@ -29,8 +29,6 @@ end def check_dependencies require 'bundler' - - ENV["BUNDLE_GEMFILE"] = File.expand_path("../Gemfile", __FILE__) Bundler.definition.missing_specs eval('nil', TOPLEVEL_BINDING, '
') # workaround for issue #395