Skip to content

Commit eab8036

Browse files
committed
Disable Ruby 3.4 testing
puppet-lint isn't compatible yet with Ruby 3.4 puppetlabs/puppet-lint#231
1 parent 9e7626a commit eab8036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint-exec_idempotency-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
A puppet-lint plugin to check the idempotency attributes on exec resources.
1919
END_DESC
2020

21-
spec.required_ruby_version = '>= 2.7.0'
21+
spec.required_ruby_version = '>= 2.7.0', '< 3.4'
2222

2323
spec.add_dependency 'puppet-lint', '>= 3', '< 5'
2424
spec.add_development_dependency 'mime-types', '~> 3.4', '>= 3.4.1'

0 commit comments

Comments
 (0)