From e8c69c60933a775aa41dfd40d5746fc4a04a92da Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 19 Apr 2018 15:27:48 -0700 Subject: remove the explicit chef gem lets us do injection in other projects Signed-off-by: Lamont Granquist --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0a11dea..917d027 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,6 @@ group :development, :test do gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end -gem "chef", "~> 13" - if ENV["GEMFILE_MOD"] puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}" instance_eval(ENV["GEMFILE_MOD"]) -- cgit v1.2.1