We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ad65 commit b84bdc7Copy full SHA for b84bdc7
skeleton/Gemfile
@@ -8,7 +8,7 @@ group :test do
8
gem 'rspec-core', '< 3.2.0' if RUBY_VERSION < '1.9'
9
gem 'rspec-puppet'
10
gem 'rspec-puppet-facts'
11
- gem 'rubocop', if RUBY_VERSION < '2.0.0' then '< 0.42.0' end
+ gem 'rubocop', if RUBY_VERSION < '2.0.0' or Gem.latest_spec_for('puppet').version < Gem::Version.new('4.0.0') then '< 0.42.0' end
12
gem 'simplecov', '>= 0.11.0'
13
gem 'simplecov-console', if RUBY_VERSION < '2.0.0' then '< 0.4.0' end
14
0 commit comments