Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b0b8b59
)
Update Gemfile to pull spec_helper from stable/ocata
author
Emilien Macchi
<emilien@redhat.com>
Mon, 24 Apr 2017 15:46:22 +0000
(11:46 -0400)
committer
Emilien Macchi
<emilien@redhat.com>
Mon, 24 Apr 2017 15:46:22 +0000
(11:46 -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: Ieab0a99ea3491bd8bb6985318ff630442e9be353
Gemfile
patch
|
blob
|
history
diff --git
a/Gemfile
b/Gemfile
index
1fab608
..
77c9625
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