We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544e7c commit 47f0bedCopy full SHA for 47f0bed
rspec-puppet.gemspec
@@ -21,4 +21,6 @@ Gem::Specification.new do |s|
21
s.authors = ['Tim Sharpe', 'Puppet, Inc.', 'Community Contributors']
22
s.email = ['[email protected]', '[email protected]']
23
s.metadata['rubygems_mfa_required'] = 'true'
24
+
25
+ s.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
26
end
0 commit comments