Skip to content

Commit a0ef439

Browse files
committed
(MAINT) Drop Ruby 2.1.x and Puppet 4.x compatibility
1 parent fcd6b72 commit a0ef439

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@ script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHE
1616
jobs:
1717
fast_finish: true
1818
include:
19-
- rvm: 2.1.9
20-
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
21-
- rvm: 2.4.1
22-
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
23-
- rvm: 2.4.1
19+
- rvm: 2.3
20+
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
21+
- rvm: 2.4
2422
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
2523
- rvm: 2.5
2624
env: PUPPET_GEM_VERSION="~> 6" CHECK=spec
2725
- rvm: 2.7
2826
env: PUPPET_GEM_VERSION="~> 6" CHECK=spec
29-
- rvm: 2.1.9
30-
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
3127
- bundler_args: ""
3228
rvm: 2.5
3329
before_script:

puppet-strings.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = 'info@puppet.com'
1212
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
1313
s.description = s.summary
14-
s.required_ruby_version = '>= 2.1.0'
14+
s.required_ruby_version = '>= 2.3.0'
1515

1616
s.extra_rdoc_files = [
1717
'CHANGELOG.md',
@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
2424

2525
s.add_runtime_dependency 'yard', '~> 0.9.5'
2626
s.add_runtime_dependency 'rgen'
27-
s.requirements << 'puppet, >= 4.0.0'
27+
s.requirements << 'puppet, >= 5.0.0'
2828
end

0 commit comments

Comments
 (0)