1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

remove unnecessary environment variable setting

This commit is contained in:
Ryan Fitzgerald 2011-12-30 22:45:26 -08:00
parent bb7c8c4521
commit 8a5852bb4c

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