diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-11 11:53:29 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 257500a90a17e9604c798f2b73afd0ada5d42903 (patch) | |
tree | e249f92f93f6242d0d116e8ad9ccffa73a6da334 /kitchen-tests/cookbooks | |
parent | e421b0438177dada513acf7f21f10ba2b3a8f4be (diff) | |
download | chef-257500a90a17e9604c798f2b73afd0ada5d42903.tar.gz |
Pin everything down with Gemfile.lock, add rake dependencies to update
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/audit_test/.gitignore | 1 | ||||
-rw-r--r-- | kitchen-tests/cookbooks/audit_test/Berksfile.lock | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/audit_test/.gitignore b/kitchen-tests/cookbooks/audit_test/.gitignore index ec2a890bd3..1e074046f0 100644 --- a/kitchen-tests/cookbooks/audit_test/.gitignore +++ b/kitchen-tests/cookbooks/audit_test/.gitignore @@ -1,5 +1,4 @@ .vagrant -Berksfile.lock *~ *# .#* diff --git a/kitchen-tests/cookbooks/audit_test/Berksfile.lock b/kitchen-tests/cookbooks/audit_test/Berksfile.lock new file mode 100644 index 0000000000..ef9f28a3be --- /dev/null +++ b/kitchen-tests/cookbooks/audit_test/Berksfile.lock @@ -0,0 +1,7 @@ +DEPENDENCIES + audit_test + path: . + metadata: true + +GRAPH + audit_test (0.1.0) |