(PDOC-259) relax ruby requirement to 2.1.0 from 2.1.9

This is required to support some edge-case scenarios with
older puppet versions.
This commit is contained in:
David Schmitt 2018-06-20 14:19:13 +01:00
parent d122b1962b
commit 2dfc8073b3
2 changed files with 3 additions and 1 deletions

View File

@ -22,5 +22,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHECK'

View File

@ -7,7 +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 = '>= 2.1.9'
s.required_ruby_version = '>= 2.1.0'
s.extra_rdoc_files = [
'CHANGELOG.md',