ソースを参照

Added Gemfile so test-kitchen all necessary gems can easily be installed via bundler

Till Klocke 9 年 前
コミット
16405ad501
2 ファイル変更50 行追加0 行削除
  1. 6 0
      Gemfile
  2. 44 0
      Gemfile.lock

+ 6 - 0
Gemfile

@@ -0,0 +1,6 @@
+source "https://rubygems.org"
+
+gem "test-kitchen"
+gem "kitchen-ansiblepush"
+gem "kitchen-ansible"
+gem "kitchen-vagrant"

+ 44 - 0
Gemfile.lock

@@ -0,0 +1,44 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    faraday (0.9.1)
+      multipart-post (>= 1.2, < 3)
+    highline (1.7.2)
+    kitchen-ansible (0.0.22)
+      librarian-ansible
+      test-kitchen
+    kitchen-ansiblepush (0.3.5)
+      test-kitchen
+    kitchen-vagrant (0.18.0)
+      test-kitchen (~> 1.4)
+    librarian (0.1.2)
+      highline
+      thor (~> 0.15)
+    librarian-ansible (1.0.6)
+      faraday
+      librarian (~> 0.1.0)
+    mixlib-shellout (2.1.0)
+    multipart-post (2.0.0)
+    net-scp (1.2.1)
+      net-ssh (>= 2.6.5)
+    net-ssh (2.9.2)
+    safe_yaml (1.0.4)
+    test-kitchen (1.4.1)
+      mixlib-shellout (>= 1.2, < 3.0)
+      net-scp (~> 1.1)
+      net-ssh (~> 2.7)
+      safe_yaml (~> 1.0)
+      thor (~> 0.18)
+    thor (0.19.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  kitchen-ansible
+  kitchen-ansiblepush
+  kitchen-vagrant
+  test-kitchen
+
+BUNDLED WITH
+   1.10.6