remove unnecessary environment variable setting

This commit is contained in:
Ryan Fitzgerald 2011-12-30 22:45:26 -08:00
parent bb7c8c4521
commit 8a5852bb4c
1 changed files with 0 additions and 2 deletions

View File

@ -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, '<main>') # workaround for issue #395