Gemfile: pin rspec-puppet to 1.x

rspec-puppet 2.0.0 will cause test failures when it's released until this module's test code is updated
This commit is contained in:
Matthew Haughton 2014-12-17 13:23:37 -05:00
parent 677e70d9d2
commit 059f74d368

View file

@ -11,7 +11,7 @@ group :rake, :test do
end
group :rake do
gem 'rspec-puppet', '>=1.0.1'
gem 'rspec-puppet', '~>1.0'
gem 'rake', '>=0.9.2.2'
gem 'puppet-lint', '>=1.0.1'
gem 'rspec-system-serverspec', :require => false