Skip to content

Commit

Permalink
Merge pull request #116 from bastelfreak/puppetversion
Browse files Browse the repository at this point in the history
Gemfile: Allow Puppet 8
  • Loading branch information
bastelfreak authored Aug 11, 2023
2 parents 97f5a2a + dcae427 commit 1261dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1261dda

Please sign in to comment.