Pin rspec-puppet to v1.0

This commit is contained in:
Garrett Honeycutt 2015-04-07 13:59:09 -04:00
parent 80f77a2000
commit 8d80bd6c40

View File

@ -10,6 +10,7 @@ gem 'metadata-json-lint'
gem 'puppetlabs_spec_helper', '>= 0.1.0'
gem 'puppet-lint', '>= 1.0.0'
gem 'facter', '>= 1.7.0'
gem 'rspec-puppet', '~>1.0'
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'