Update Gemfile for stable/ussuri

Change-Id: I40731728dcb79fde0fbbba42f7e0bab3e4da1729
This commit is contained in:
Takashi Kajinami 2020-07-17 11:44:43 +09:00
parent 585186f227
commit d5c6e1c567
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/ussuri',
:require => 'false'
end
end