From aef17296fa073139453778b8f1ca80ba3a6824f5 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Thu, 6 Oct 2016 16:23:52 -0700 Subject: [PATCH] (PDOC-119) Add required ruby version to gemspec Strings is tested and supported for ruby 1.9.3 and above, so the gemspec should reflect that. --- puppet-strings.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/puppet-strings.gemspec b/puppet-strings.gemspec index 4638dd4..10d2f56 100644 --- a/puppet-strings.gemspec +++ b/puppet-strings.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.email = 'info@puppet.com' s.homepage = 'https://github.com/puppetlabs/puppet-strings' s.description = s.summary + s.required_ruby_version = '>= 1.9.3' s.extra_rdoc_files = [ 'CHANGELOG.md',