From 32ded8a4037cd882bcb4b9113b22b07d33fce97f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 7 Oct 2016 20:22:20 -0700 Subject: [PATCH] Depend on the latest compat_resource Signed-off-by: Tim Smith --- metadata.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index 7aa44346..1ec5b834 100644 --- a/metadata.rb +++ b/metadata.rb @@ -16,7 +16,6 @@ source_url 'https://github.com/chef-cookbooks/apt' issues_url 'https://github.com/chef-cookbooks/apt/issues' - chef_version '>= 12.1' -depends 'compat_resource', '>= 12.14' +depends 'compat_resource', '>= 12.14.7'