From: Emilien Macchi Date: Mon, 24 Apr 2017 15:40:59 +0000 (-0400) Subject: Update Gemfile to pull spec_helper from stable/ocata X-Git-Tag: 10.3.1~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b4a034c4ef49cb762b8c49ddf453a5604912712f;p=puppet-modules%2Fpuppet-ceilometer.git 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: I4a44713fc216dfb75677151d782c2d7ed7e7eed5 --- diff --git a/Gemfile b/Gemfile index 1fab608..77c9625 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