From: Alex Schultz Date: Wed, 15 Aug 2018 16:08:36 +0000 (-0600) Subject: Update Gemfile to pull spec_helper from stable/queens X-Git-Tag: queens-eol~4 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b6b136c9025aceb289812fcb2687c50818ca46b2;p=puppet-modules%2Fpuppet-ceilometer.git Update Gemfile to pull spec_helper from stable/queens We've created stable/queens so we need to update the stable branch to pull the spec helper from stable/queens. Change-Id: Ieecefb73d6463e6f0e4037c28357837d038d7f9a --- diff --git a/Gemfile b/Gemfile index def52b6..edebd4e 100644 --- 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