File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
ruby_version :
21
- - " 2.7 "
21
+ - " 3.3 "
22
22
- " 3.2"
23
+ - " 3.1"
23
24
include :
24
25
- ruby-version : ' 2.7'
25
26
puppet_gem_version : ' ~> 7.0'
42
43
strategy :
43
44
matrix :
44
45
ruby_version :
45
- - " 2.7 "
46
+ - " 3.3 "
46
47
- " 3.2"
48
+ - " 3.1"
47
49
include :
48
50
- ruby-version : ' 2.7'
49
51
puppet_gem_version : ' ~> 7.0'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
spec . require_paths = [ 'lib' ]
26
26
# minitar and pathspec is required for building Puppet modules
27
27
spec . add_runtime_dependency 'minitar' , '~> 0.9'
28
- spec . add_runtime_dependency 'pathspec' , '>= 0. 2.1' , '< 2.0.0 '
28
+ spec . add_runtime_dependency 'pathspec' , '~> 2.1'
29
29
30
- spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.7 .0' )
30
+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.1 .0' )
31
31
end
You can’t perform that action at this time.
0 commit comments