From 597edf6b8db4a425e47c1ecb419f9f0c7b02674e Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 13 Feb 2023 23:07:07 +0000 Subject: [PATCH] Remove Gemfile --- Gemfile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Gemfile diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 7938c74..0000000 --- a/Gemfile +++ /dev/null @@ -1,9 +0,0 @@ -# This gemfile provides additional gems for testing and releasing this cookbook -# It is meant to be installed on top of ChefDK / Chef Workstation which provide the majority -# of the necessary gems for testing this cookbook -# -# Run 'chef exec bundle install' to install these dependencies - -source 'https://rubygems.org' - -gem 'community_cookbook_releaser'