use https for fetching gem

This commit is contained in:
Bryce Larson 2021-02-10 23:40:06 +00:00 committed by Pedro Algarvio
parent 3ef81f56c1
commit d515d103bc

View file

@ -2,4 +2,4 @@ source "https://rubygems.org"
gem 'test-kitchen', '>= 2.0.1'
gem 'kitchen-salt', '>= 0.5'
gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker'
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker.git'