We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca985cb + 06429b7 commit 151f20aCopy full SHA for 151f20a
gem/pupperware.gemspec
@@ -13,6 +13,9 @@ Gem::Specification.new do |spec|
13
spec.description = %q{Shared testing code for Pupperware projects}
14
spec.homepage = "https://github.com/puppetlabs/pupperware"
15
16
+ # Need Ruby 2.5+ for timeout-related features
17
+ spec.required_ruby_version = '>= 2.5'
18
+
19
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
# to allow pushing to a single host or delete this section to allow pushing to any host.
21
if spec.respond_to?(:metadata)
0 commit comments