Update Gemfile for stable/queens

Change-Id: Ib2ebe689f7c2e15530d88463c2ca44b2d7236e54
This commit is contained in:
Takashi Kajinami 2020-07-17 11:52:49 +09:00
parent 55c8faea5c
commit 4b21d34d60
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ group :development, :test, :system_tests do
else
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:branch => 'stable/queens',
:require => 'false'
end
end