From 525e655c7cdbff67b2d671761084092bfcc43e8b Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 19 Dec 2019 13:52:01 -0700 Subject: [PATCH] Fix spec helper We should be using the stable/rocky version for this branch. Change-Id: Ib030e3522d7da543260ab16bffd2b8ff19fe688c --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 114397c50..538302cac 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org" group :development, :test, :system_tests do gem 'puppet-openstack_spec_helper', :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', - :branch => 'master', + :branch => 'stable/rocky', :require => false end