mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove ref restriciton from kitche-salt
This commit is contained in:
parent
67095dfe2c
commit
22cae20243
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
# Point this back at the test-kitchen package after 1.23.3 is relased
|
# Point this back at the test-kitchen package after 1.23.3 is relased
|
||||||
gem 'test-kitchen', '~>1.23.3'
|
gem 'test-kitchen', '~>1.23.3'
|
||||||
gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox', :ref => '7a8854f'
|
gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox'
|
||||||
gem 'kitchen-sync'
|
gem 'kitchen-sync'
|
||||||
gem 'git'
|
gem 'git'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue