From 21a2202c983e3ccbf8e26c077462ad1c31ebda9e Mon Sep 17 00:00:00 2001 From: Curt Wilhelm Date: Wed, 30 Nov 2016 15:26:10 -0700 Subject: [PATCH] fix dependencies --- Berksfile | 2 ++ metadata.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 80674ef..4b8c21b 100644 --- a/Berksfile +++ b/Berksfile @@ -5,3 +5,5 @@ metadata cookbook "delayed_evaluator", github: "chrisroberts/cookbook-delayed_evaluator" cookbook "marker", github: "rightscale-cookbooks/marker" cookbook "test-rightscale_volume", path: "./test/cookbooks/test-rightscale_volume" +cookbook 'ohai','~> 2.1.0'# keep for compatiblity with chef 11, can remove with chef 12 +cookbook 'windows', '1.40.0' # keep for compatiblity with chef 11, can remove with chef 12 diff --git a/metadata.rb b/metadata.rb index 6582dc1..fdccac0 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,5 +6,5 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '1.3.1' -depends 'build-essential', '3.2.0' +depends 'build-essential' recipe "rightscale_volume::default", "Default recipe for installing required packages/gems."