]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update Gemfile to pull spec_helper from stable/pike
authorAlex Schultz <aschultz@redhat.com>
Thu, 24 Aug 2017 14:53:02 +0000 (08:53 -0600)
committerAlex Schultz <aschultz@redhat.com>
Thu, 24 Aug 2017 14:55:27 +0000 (08:55 -0600)
We've created stable/pike so we need to update the stable branch
to pull the spec helper from stable/pike.

Change-Id: Id3c1784442aed4314956a346ccc312092045bbf0

Gemfile

diff --git a/Gemfile b/Gemfile
index caddc65d85de617b2ddf5cf6f6ffebcb4ff8f663..e42784f76aff63c8946ba1d67537cb1c487fceff 100644 (file)
--- 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']