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:
72e8834
)
Bump rspec-puppet to 2.1.0
author
Emilien Macchi
<emilien@redhat.com>
Thu, 23 Apr 2015 03:58:03 +0000
(23:58 -0400)
committer
Emilien Macchi
<emilien@redhat.com>
Thu, 23 Apr 2015 03:58:03 +0000
(23:58 -0400)
rspec-puppet 2.1.0 includes Puppet 4.0 support [1].
[1] https://github.com/rodjek/rspec-puppet/commits/v2.1.0
Change-Id: I101785506c7f450c3a6146eee1e76ead28933e7a
Gemfile
patch
|
blob
|
history
diff --git
a/Gemfile
b/Gemfile
index
3800d2e
..
10b37ac
100644
(file)
--- a/
Gemfile
+++ b/
Gemfile
@@
-2,7
+2,7
@@
source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
- gem 'rspec-puppet', '~> 2.
0
.0', :require => false
+ gem 'rspec-puppet', '~> 2.
1
.0', :require => false
gem 'metadata-json-lint'
gem 'puppet-lint-param-docs'