File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 ruby_version :
22- - ' 2.7'
2322 - ' 3.2'
2423 - ' 3.3'
2524 name : " spec (ruby ${{ matrix.ruby_version }})"
3534 fail-fast : false
3635 matrix :
3736 ruby_version :
38- - ' 2.7'
3937 - ' 3.2'
4038 - ' 3.3'
4139 include :
42- - ruby_version : ' 2.7'
43- puppet_version : ' ~> 7.0'
4440 - ruby_version : ' 3.2'
4541 puppet_version : ' ~> 8.0'
4642 - ruby_version : ' 3.3'
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 ruby_version :
14- - ' 2.7'
1514 - ' 3.2'
1615 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
1716 secrets : " inherit"
2423 fail-fast : false
2524 matrix :
2625 ruby_version :
27- - ' 2.7'
2826 - ' 3.2'
2927 include :
30- - ruby_version : ' 2.7'
31- puppet_version : ' ~> 7.0'
3228 - ruby_version : ' 3.2'
3329 puppet_version : ' ~> 8.0'
3430 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ inherit_from: .rubocop_todo.yml
44inherit_gem :
55 voxpupuli-rubocop : rubocop.yml
66
7+ AllCops :
8+ Exclude :
9+ - Gemfile
10+ - Rakefile
11+ - spec/fixtures/**/*
12+ - vendor/bundle/**/*
13+ NewCops : enable
14+ SuggestExtensions : false
15+ TargetRubyVersion : ' 3.1'
16+
717# Disabled
818Style/ClassAndModuleChildren :
919 Enabled : false
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626 spec . executables = Dir [ 'bin/**/*' ] . map { |f | File . basename ( f ) }
2727 spec . require_paths = [ 'lib' ]
2828
29- spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.7 ' )
29+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.1.0 ' )
3030
3131 spec . add_runtime_dependency 'mocha' , '>= 1.0' , '< 3'
3232 spec . add_runtime_dependency 'pathspec' , '>= 0.2' , '< 3'
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
3737
3838 spec . add_development_dependency 'voxpupuli-rubocop' , '~> 2.8.0'
3939
40- spec . requirements << 'puppet, >= 7 .0.0'
40+ spec . requirements << 'puppet, >= 8 .0.0'
4141end
You can’t perform that action at this time.
0 commit comments