From 35ff3fa128db4c0d9903652d111f3b44ecc6303d Mon Sep 17 00:00:00 2001 From: Evgeny Zislis Date: Mon, 16 Dec 2013 17:24:55 +0200 Subject: [PATCH] allow new-er versions apache and nginx cookbooks to be used with munin latest nginx cookbook version is 2.0.x making it impossible to use `librarian-chef` with both latest nginx and latest munin (although they work fine together). --- metadata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index db47967..1c27361 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,8 +6,8 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '1.4.1' -depends 'apache2', '~> 1.7' -depends 'nginx', '~> 1.8' +depends 'apache2', '>= 1.7' +depends 'nginx', '>= 1.8' supports 'arch' supports 'centos'