summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-28 11:49:39 -0700
committerGitHub <noreply@github.com>2019-10-28 11:49:39 -0700
commit6a284532a702e6c99418b88a9c3cc6003116d030 (patch)
treed46a781eae8cfb6818778a3924347b3bd73f9be6
parent31e3e89c9117196fa970ebd09c7b21ca76adfd17 (diff)
downloadmixlib-authentication-6a284532a702e6c99418b88a9c3cc6003116d030.tar.gz
Simplify the gemfile for dependabot
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 0762ba2..1ec7cc6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,9 +24,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")