diff --git a/.travis.yml b/.travis.yml index 7fa768a..aba4e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/puppet-strings.gemspec b/puppet-strings.gemspec index 02228f3..ae691c5 100644 --- a/puppet-strings.gemspec +++ b/puppet-strings.gemspec @@ -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',