From b6b136c9025aceb289812fcb2687c50818ca46b2 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 15 Aug 2018 10:08:36 -0600 Subject: [PATCH] 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2