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: I43b1968ad6d8483539ed7d49bd9e5b4ce7076ddb
This commit is contained in:
Emilien Macchi 2017-04-24 11:45:27 -04:00
parent 3fc24db95f
commit 5b98612a73
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ 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 => 'stable/ocata',
:require => false
end