Skip to content

Commit da1bfe2

Browse files
committed
(MAINT) Bump travis puppet4 cell to Ruby 2.1.9
The README specifies a minimum Ruby version of 2.1.9, and we only relaxed the gemspec requirement to 2.1.0 in PDOC-259 to support some puppet_agent module testing. Skipping 2.1.0 for testing allows us to bump our dev-only dependency on Beaker to a reasonably modern range. Since there is no runtime dependency on Beaker, this shouldn't break downstream users on Ruby 2.1.0.
1 parent 5829820 commit da1bfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- rvm: 2.1.0
17+
- rvm: 2.1.9
1818
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
1919
- rvm: 2.4.1
2020
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec

0 commit comments

Comments
 (0)