File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,14 @@ script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHE
16
16
jobs :
17
17
fast_finish : true
18
18
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
24
22
env : PUPPET_GEM_VERSION="~> 5" CHECK=spec
25
23
- rvm : 2.5
26
24
env : PUPPET_GEM_VERSION="~> 6" CHECK=spec
27
25
- rvm : 2.7
28
26
env : PUPPET_GEM_VERSION="~> 6" CHECK=spec
29
- - rvm : 2.1.9
30
- env : PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
31
27
- bundler_args : " "
32
28
rvm : 2.5
33
29
before_script :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
s . email = 'info@puppet.com'
12
12
s . homepage = 'https://github.com/puppetlabs/puppet-strings'
13
13
s . description = s . summary
14
- s . required_ruby_version = '>= 2.1 .0'
14
+ s . required_ruby_version = '>= 2.3 .0'
15
15
16
16
s . extra_rdoc_files = [
17
17
'CHANGELOG.md' ,
@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
24
24
25
25
s . add_runtime_dependency 'yard' , '~> 0.9.5'
26
26
s . add_runtime_dependency 'rgen'
27
- s . requirements << 'puppet, >= 4 .0.0'
27
+ s . requirements << 'puppet, >= 5 .0.0'
28
28
end
You can’t perform that action at this time.
0 commit comments