diff --git a/Gemfile b/Gemfile index 2786c6d8c3b..cfd12f8cf35 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'kitchen-sync' gem 'git' group :docker do - gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git' + gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main' end group :windows do