diff options
author | Tim Smith <tsmith@chef.io> | 2019-10-28 11:57:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 11:57:57 -0700 |
commit | c35d241209d5067afd6ed5fd23c063bf1ae74a58 (patch) | |
tree | d4532e29e78f8416e728fccfd19a09c7f0e916a9 | |
parent | ef9a37c9d51ba72f945176c2bb25ce425f34692c (diff) | |
download | mixlib-shellout-c35d241209d5067afd6ed5fd23c063bf1ae74a58.tar.gz |
Simplify the gemfile for dependabot
-rw-r--r-- | Gemfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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") |