summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-18 20:55:32 -0700
committerTim Smith <tsmith84@gmail.com>2019-09-18 20:55:32 -0700
commit12d0d485b09a003500feb8c5f4078f9ba8f119a9 (patch)
tree297d6732246d24d796644cad1365790e285586eb /Gemfile
parent9982b1e62ed1afb8db57349f536da3fed759749f (diff)
downloadohai-12d0d485b09a003500feb8c5f4078f9ba8f119a9.tar.gz
Remove the instance eval from the Gemfile
This allows dependabot to handle our dep bumping Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
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")