Skip to content

Commit fbd7cef

Browse files
committed
(CONT-881) Update ruby requirement
1 parent 73b603c commit fbd7cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

puppet-modulebuilder.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Gem::Specification.new do |spec|
99
spec.email = ['[email protected]', 'https://puppetlabs.github.io/iac/']
1010
spec.summary = 'A gem to set up puppet-modulebuilder'
1111
spec.homepage = 'https://github.com/puppetlabs/puppet-modulebuilder'
12-
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
1312
spec.license = 'Apache-2.0'
1413

1514
spec.metadata['homepage_uri'] = spec.homepage
@@ -27,4 +26,6 @@ Gem::Specification.new do |spec|
2726
# minitar and pathspec is required for building Puppet modules
2827
spec.add_runtime_dependency 'minitar', '~> 0.9'
2928
spec.add_runtime_dependency 'pathspec', '>= 0.2.1', '< 2.0.0'
29+
30+
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
3031
end

0 commit comments

Comments
 (0)