]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update Gemfile to pull spec_helper from stable/ocata
authorEmilien Macchi <emilien@redhat.com>
Mon, 24 Apr 2017 15:40:59 +0000 (11:40 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 24 Apr 2017 15:40:59 +0000 (11:40 -0400)
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

Gemfile

diff --git a/Gemfile b/Gemfile
index 1fab60854b17e9b5e192a3dcd57b0d6d929bd371..77c9625050f887e0ecb0f26b5812e7a003bbe3b9 100644 (file)
--- 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