From 910969d3b4c0754ea0801c8dcd39da904058efd4 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 24 Apr 2017 11:45:47 -0400 Subject: [PATCH] Update Gemfile to pull spec_helper from stable/ocata It was missed after Ocata release, but we need to do it to pull the right version of puppet-openstack_spec_helper. Change-Id: I54fd5969cfbc65134abcc60bdbded360d6eb6c6a --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 1fab6085..77c96250 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +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 => 'stable/ocata', :require => false end