mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
use https for fetching gem
This commit is contained in:
parent
3ef81f56c1
commit
d515d103bc
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue