Update Gemfile to pull spec_helper from stable/ocata
It was missed after Ocata release, but we need to do it to pull the right version of puppet-openstack_spec_helper. Change-Id: I2d78cde95d6244adfe1fe84af95b516eefa0220f
This commit is contained in:
parent
d7522887d9
commit
8abefaefeb
5
Gemfile
5
Gemfile
@ -2,8 +2,9 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||
|
||||
group :development, :test, :system_tests do
|
||||
gem 'puppet-openstack_spec_helper',
|
||||
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
|
||||
:require => 'false'
|
||||
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
|
||||
:branch => 'stable/ocata',
|
||||
:require => false
|
||||
end
|
||||
|
||||
if facterversion = ENV['FACTER_GEM_VERSION']
|
||||
|
Loading…
x
Reference in New Issue
Block a user