From 2e46e33c31e3041f0fe409809d1e5ab8d226f6c6 Mon Sep 17 00:00:00 2001 From: David Laing Date: Fri, 28 Sep 2012 22:55:34 +0100 Subject: [PATCH] Update to chef 10.14.4 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3e2f765..2a5dbcc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "chef", ">= 10.12.0" +gem "chef", ">= 10.14.4" gem "rake", ">= 0.9.2.2" gem "librarian", ">= 0.0.24" gem "foodcritic", ">= 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 49c05da..fe5d4fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,13 +2,13 @@ GEM remote: https://rubygems.org/ specs: archive-tar-minitar (0.5.2) - bunny (0.8.0) - chef (10.12.0) - bunny (>= 0.6.0) + bunny (0.7.9) + chef (10.14.4) + bunny (>= 0.6.0, < 0.8.0) erubis highline (>= 1.6.9) json (>= 1.4.4, <= 1.6.1) - mixlib-authentication (>= 1.1.0) + mixlib-authentication (>= 1.3.0) mixlib-cli (>= 1.1.0) mixlib-config (>= 1.1.2) mixlib-log (>= 1.3.0) @@ -35,7 +35,7 @@ GEM gherkin (2.11.2) json (>= 1.4.6) gist (3.1.0) - highline (1.6.14) + highline (1.6.15) ipaddress (0.8.0) json (1.6.1) librarian (0.0.24) @@ -88,7 +88,7 @@ PLATFORMS ruby DEPENDENCIES - chef (>= 10.12.0) + chef (>= 10.14.4) foodcritic (>= 1.3.0) librarian (>= 0.0.24) rake (>= 0.9.2.2)