From 12d0d485b09a003500feb8c5f4078f9ba8f119a9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 18 Sep 2019 20:55:32 -0700 Subject: Remove the instance eval from the Gemfile This allows dependabot to handle our dep bumping Signed-off-by: Tim Smith --- Gemfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 29f522eb..66ed54c7 100644 --- a/Gemfile +++ b/Gemfile @@ -29,9 +29,3 @@ group :debug do gem "pry-stack_explorer" gem "rb-readline" end - -instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"] - -# If you want to load debugging tools into the bundle exec sandbox, -# add these additional dependencies into Gemfile.local -eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local") -- cgit v1.2.1