Skip to content

Commit 7df4f9e

Browse files
authored
Merge pull request puppetlabs#108 from whopper/PDOC-118/ruby_version_req
(PDOC-119) Add required ruby version to gemspec
2 parents ca6f51d + aef1729 commit 7df4f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet-strings.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
77
s.email = 'info@puppet.com'
88
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
99
s.description = s.summary
10+
s.required_ruby_version = '>= 1.9.3'
1011

1112
s.extra_rdoc_files = [
1213
'CHANGELOG.md',

0 commit comments

Comments
 (0)