diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-12 16:55:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-12 16:55:31 -0700 |
commit | dcc76588114f4266887e58bc4372e33fb267df00 (patch) | |
tree | 4bebd07b3873db40e16113c0d9ba31fc32043465 /kitchen-tests | |
parent | 6fbbd9c34314bc5c9a40b842187c07e5d7d0ca49 (diff) | |
download | chef-dcc76588114f4266887e58bc4372e33fb267df00.tar.gz |
Switch off our fork of docker-api
2.0 is out with Ruby 2.7 support
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/Gemfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index c70cf97f90..bc100ffb62 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -8,7 +8,4 @@ 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" -gem "kitchen-azurerm", git: "https://github.com/test-kitchen/kitchen-azurerm.git", branch: "master" - -# avoid Ruby 2.7 warnings -gem "docker-api", git: "https://github.com/chef/docker-api.git", branch: "master" +gem "kitchen-azurerm", git: "https://github.com/test-kitchen/kitchen-azurerm.git", branch: "master"
\ No newline at end of file |