Skip to content

Commit

Permalink
Merge pull request puppetlabs#60 from puppetlabs/require-ruby-version
Browse files Browse the repository at this point in the history
(MAINT) Gem requires Ruby 2.5+
  • Loading branch information
Iristyle authored Apr 24, 2019
2 parents ca985cb + 06429b7 commit 151f20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gem/pupperware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Gem::Specification.new do |spec|
spec.description = %q{Shared testing code for Pupperware projects}
spec.homepage = "https://github.com/puppetlabs/pupperware"

# Need Ruby 2.5+ for timeout-related features
spec.required_ruby_version = '>= 2.5'

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
Expand Down

0 comments on commit 151f20a

Please sign in to comment.