From: Alex Schultz Date: Thu, 24 Aug 2017 14:53:02 +0000 (-0600) Subject: Update Gemfile to pull spec_helper from stable/pike X-Git-Tag: 11.4.0~6^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=11efedb5640cca2848239bf8e9a765e7b693713e;p=puppet-modules%2Fpuppet-ceilometer.git 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: Id3c1784442aed4314956a346ccc312092045bbf0 --- diff --git a/Gemfile b/Gemfile index caddc65..e42784f 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']