From cc3ece00ac60e6b848ab18375786a1a6e7cf8b45 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: I92df74ba27d46c6c3065f45c843304b1acd8653f --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index def52b6a..edebd4e2 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