Update Gemfile to pull spec_helper from stable/pike

We've created stable/pike so we need to update the stable branch
to pull the spec helper from stable/pike.

Change-Id: I5e19301a2e670c4a71bce644dfc0187cc9b3c83f
This commit is contained in:
Alex Schultz 2017-08-24 08:53:02 -06:00
parent 8241a1d13b
commit 985d18e158
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test, :system_tests do
gem 'puppet-openstack_spec_helper', :require => 'false', :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper'
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:branch => 'stable/pike',
:require => 'false'
end
if facterversion = ENV['FACTER_GEM_VERSION']