Skip to content

Commit

Permalink
set rspec-puppet version to last know (#23)
Browse files Browse the repository at this point in the history
fix puppet tests with puppet 4.0
  • Loading branch information
project0 authored May 2, 2018
1 parent e744057 commit 683212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ gem 'metadata-json-lint', RUBY_VERSION < '2.0' ? '= 0.0.19' : '>= 1.2.2'
gem 'puppet', puppetversion
gem 'puppet-lint', '>= 2.0.0'
gem 'puppetlabs_spec_helper', '>= 1.0.0'
gem 'rspec-puppet'
gem 'rspec-puppet', '<=2.6.9'
gem 'rubocop', RUBY_VERSION < '2.0' ? '= 0.41.0' : '>= 0.41.0'

0 comments on commit 683212d

Please sign in to comment.