diff --git a/Gemfile b/Gemfile index fa60626..5b2c938 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ group :coverage, optional: ENV['COVERAGE']!='yes' do end # Override gemspec for CI matrix builds. -gem 'puppet', ENV.fetch('PUPPET_VERSION', '~> 7.24'), :require => false +gem 'puppet', ENV.fetch('PUPPET_VERSION', '>= 7.24'), :require => false diff --git a/rubocop.yml b/rubocop.yml index f6483be..d3506fd 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -7,6 +7,9 @@ require: AllCops: # Puppet agent 6 ships with ruby 2.5. Puppetserver 6 uses JRuby 9.2.x (Ruby 2.5 compatible) since version 6.1.0. TargetRubyVersion: 2.5 + DisplayCopNames: true + ExtraDetails: true + DisplayStyleGuide: true Include: - '**/*.rb' Exclude: