]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update Gemfile to pull spec_helper from stable/queens
authorAlex Schultz <aschultz@redhat.com>
Wed, 15 Aug 2018 16:08:36 +0000 (10:08 -0600)
committerAlex Schultz <aschultz@redhat.com>
Wed, 15 Aug 2018 16:09:56 +0000 (10:09 -0600)
We've created stable/queens so we need to update the stable branch
to pull the spec helper from stable/queens.

Change-Id: Ieecefb73d6463e6f0e4037c28357837d038d7f9a

Gemfile

diff --git a/Gemfile b/Gemfile
index def52b6a7353f71bf64c868a5ac2fee9e5c9b17f..edebd4e26d968dd5a8c728e11dae555f00e842fb 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ group :development, :test, :system_tests do
   else
     gem 'puppet-openstack_spec_helper',
         :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
+        :branch => 'stable/queens',
         :require => 'false'
   end
 end