From 881d47777c18a279156aa7eb4a511bdb7ff28665 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 24 Aug 2017 08:53:02 -0600 Subject: [PATCH] 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: I3b58d09eacded8639fc8e7ec01d72e1a6b2275e2 --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index caddc65d..e42784f7 100644 --- a/Gemfile +++ b/Gemfile @@ -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']