Update Gemfile for stable/stein

Change-Id: I4c60a73e4b88f71dfdf2f52071f7cee0aae94cca
This commit is contained in:
Takashi Kajinami 2020-07-17 11:50:46 +09:00
parent 856f946f78
commit aa3acb3514
1 changed files with 1 additions and 0 deletions

View File

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