summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 17:59:26 -0800
committerGitHub <noreply@github.com>2019-12-29 17:59:26 -0800
commita8206d6c6f03de1fde15c49f6fe9ddb1d0071b7a (patch)
tree11cee58a353eeb40c042e41714952e4ce6af8a4e /Gemfile
parent0778c7c2629e519b02842123fdbaa766911b79cd (diff)
parentd311508d5263467e6909a322544995c0e1ec451e (diff)
downloadchef-zero-a8206d6c6f03de1fde15c49f6fe9ddb1d0071b7a.tar.gz
Merge pull request #297 from chef/testing
Move testing to Buildkite
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 1f63641..cad38a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,3 @@ group :debug do
gem "pry-byebug"
gem "pry-stack_explorer"
end
-
-# 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")