summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-25 09:55:43 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-25 10:05:21 -0700
commit21cb44cdaa69e7b7c9c5d607d7307cf095376010 (patch)
tree19e981ab285e3f85bd2884dc8be43e5797cc42f0
parent79d0c500226b6e35d4aa2eea89a9dec9ff9a9db0 (diff)
downloadchef-21cb44cdaa69e7b7c9c5d607d7307cf095376010.tar.gz
Use our fork of docker-api in the kitchen tests
This avoids a giant pile of deprecation warnings Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index a1a438d071..a06019944f 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -8,3 +8,6 @@ gem "kitchen-dokken", "~> 2.0"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "inspec"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
+
+# avoid Ruby 2.7 warnings
+gem "docker-api", git: "https://github.com/chef/docker-api.git", branch: "master" \ No newline at end of file