summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-28 11:57:57 -0700
committerGitHub <noreply@github.com>2019-10-28 11:57:57 -0700
commitc35d241209d5067afd6ed5fd23c063bf1ae74a58 (patch)
treed4532e29e78f8416e728fccfd19a09c7f0e916a9 /Gemfile
parentef9a37c9d51ba72f945176c2bb25ce425f34692c (diff)
downloadmixlib-shellout-c35d241209d5067afd6ed5fd23c063bf1ae74a58.tar.gz
Simplify the gemfile for dependabot
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 8928d2c..aaf91fb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,9 +24,3 @@ group :development 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")