summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-12 22:22:52 -0700
committerGitHub <noreply@github.com>2020-07-12 22:22:52 -0700
commita2d57217674d80308a4efb934e08762c4c253ad9 (patch)
treeb7c37dc6281542e7daaddaf478584f1fd299590a
parent38000e12dedd8b6870ef836f4f0624827b5d690c (diff)
downloadffi-yajl-a2d57217674d80308a4efb934e08762c4c253ad9.tar.gz
Simplify gemfile for dependabot
-rw-r--r--Gemfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 352df49..3941abb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,11 +14,5 @@ group :development do
end
group :development_extras do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle"
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")