Skip to content

Commit 151f20a

Browse files
authored
Merge pull request #60 from puppetlabs/require-ruby-version
(MAINT) Gem requires Ruby 2.5+
2 parents ca985cb + 06429b7 commit 151f20a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gem/pupperware.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Gem::Specification.new do |spec|
1313
spec.description = %q{Shared testing code for Pupperware projects}
1414
spec.homepage = "https://github.com/puppetlabs/pupperware"
1515

16+
# Need Ruby 2.5+ for timeout-related features
17+
spec.required_ruby_version = '>= 2.5'
18+
1619
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
1720
# to allow pushing to a single host or delete this section to allow pushing to any host.
1821
if spec.respond_to?(:metadata)

0 commit comments

Comments
 (0)