chefdk: 0.10.0 -> 0.11.2

This commit is contained in:
Matt Whiteley
2016-03-10 17:19:30 -08:00
parent 7760d6e02d
commit b48a917c97
4 changed files with 855 additions and 106 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, bundlerEnv, ruby, perl, autoconf }:
bundlerEnv {
name = "chefdk-0.10.0";
name = "chefdk-0.11.2";
inherit ruby;
gemfile = ./Gemfile;