summaryrefslogtreecommitdiff
path: root/kitchen-tests/test
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-11 11:53:29 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commit257500a90a17e9604c798f2b73afd0ada5d42903 (patch)
treee249f92f93f6242d0d116e8ad9ccffa73a6da334 /kitchen-tests/test
parente421b0438177dada513acf7f21f10ba2b3a8f4be (diff)
downloadchef-257500a90a17e9604c798f2b73afd0ada5d42903.tar.gz
Pin everything down with Gemfile.lock, add rake dependencies to update
Diffstat (limited to 'kitchen-tests/test')
-rw-r--r--kitchen-tests/test/integration/webapp/serverspec/Gemfile.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/kitchen-tests/test/integration/webapp/serverspec/Gemfile.lock b/kitchen-tests/test/integration/webapp/serverspec/Gemfile.lock
new file mode 100644
index 0000000000..4a62dbc9ab
--- /dev/null
+++ b/kitchen-tests/test/integration/webapp/serverspec/Gemfile.lock
@@ -0,0 +1,17 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ ffi (1.9.10)
+ ffi-yajl (1.4.0)
+ ffi (~> 1.5)
+ libyajl2 (~> 1.2)
+ libyajl2 (1.2.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ ffi-yajl (~> 1.1)
+
+BUNDLED WITH
+ 1.11.2