Update Chef dependency to Chef 11

Also add dependency on json <= 1.7.7, required by Chef 11.

Resolves problem: Bundler could not find compatible versions for gem
"json" (required for chef and berkshelf).

Partial fix for bug #1183540

Change-Id: Ia10a0256b782eafe70363e737f4f79ce2bb8be82
This commit is contained in:
sean
2013-06-06 13:20:48 -07:00
parent b89fc12d46
commit f52a5ec5ce
2 changed files with 13 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
source "https://rubygems.org"
gem "chef", "~> 10.18.2"
gem "chef", "~> 11.4.4"
gem "json", "<= 1.7.7" # chef 11 dependency
gem "berkshelf", "~> 1.4.0"
gem "chefspec", "~> 1.2.0"
gem "foodcritic", "~> 2.1.0"