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: I6902a64aae584d2ef4b523d0c0dec828a4a9883b
This commit is contained in:
Emilien Macchi 2017-04-24 11:48:26 -04:00
parent f879305e12
commit 6790ae8b3d
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +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',
:branch => 'master',
:require => false
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:branch => 'stable/ocata',
:require => false
end
if facterversion = ENV['FACTER_GEM_VERSION']