diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-04-24 11:46:22 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-04-24 11:46:22 -0400 |
commit | 7be9a3b00bad05370be7422f1f566dd18e44f9da (patch) | |
tree | 0d1f7cc5aa68a8a4aa17db7f6716a4090ecabdb4 /Gemfile | |
parent | b0b8b5933a160246efe5ec96b074bddbce33b16c (diff) |
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: Ieab0a99ea3491bd8bb6985318ff630442e9be353
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |