From 6790ae8b3d17e6a7aea2a7bf854763486d30c2a1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 24 Apr 2017 11:48:26 -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: I6902a64aae584d2ef4b523d0c0dec828a4a9883b --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 114397c50..77c962505 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,9 @@ 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', - :require => false + :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', + :branch => 'stable/ocata', + :require => false end if facterversion = ENV['FACTER_GEM_VERSION']