summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-18 20:53:49 -0700
committerTim Smith <tsmith84@gmail.com>2019-09-18 20:54:13 -0700
commit7792efa3fdca371adf9e3067be77e8828c8e74fc (patch)
tree0c4e8a2e065c66896eb221e3240a19987a3ba551
parent4e5908e297f26f19ad5da2cefaa46579db38d266 (diff)
downloadchef-fix_gemfile.tar.gz
Remove the gemfile.local logic from the omnibus gemfilefix_gemfile
This allows dependabot to handle all our bumping PRs for omnibus and gives us really nice changelogs of the changes that are happening with each omnibus-software update. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 6fca425e62..232d6b6551 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -22,9 +22,3 @@ group :development do
gem "kitchen-vagrant", ">= 1.3.1"
gem "winrm-fs", "~> 1.0"
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")