Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit d474956

Browse files
committed
bump puppet and rspec in Gemfile and travis.yml, drop ruby 1.9
1 parent 7c7f656 commit d474956

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: ruby
33
bundler_args: --without development
44
before_install: rm Gemfile.lock || true
55
rvm:
6-
- 1.9.3
76
- 2.0.0
87
- 2.1.6
98
script: bundle exec rake test
@@ -13,10 +12,11 @@ env:
1312
- PUPPET_VERSION="~> 3.3.0"
1413
- PUPPET_VERSION="~> 3.4.0"
1514
- PUPPET_VERSION="~> 3.7.5"
16-
- PUPPET_VERSION="~> 3.7.5" FUTURE_PARSER=yes
17-
- PUPPET_VERSION="~> 3.7.5" STRINGIFY_FACTS=no
18-
- PUPPET_VERSION="~> 3.7.5" STRICT_VARIABLES=yes
19-
- PUPPET_VERSION="~> 3.7.5" ORDERING=random
15+
- PUPPET_VERSION="~> 3.8.7"
16+
- PUPPET_VERSION="~> 3.8.7" FUTURE_PARSER=yes
17+
- PUPPET_VERSION="~> 3.8.7" STRINGIFY_FACTS=no
18+
- PUPPET_VERSION="~> 3.8.7" STRICT_VARIABLES=yes
19+
- PUPPET_VERSION="~> 3.8.7" ORDERING=random
2020
matrix:
2121
exclude:
2222
- rvm: 2.0.0
@@ -28,4 +28,4 @@ matrix:
2828
- rvm: 2.1.6
2929
env: PUPPET_VERSION="~> 3.3.0"
3030
allow_failures:
31-
- env: PUPPET_VERSION="~> 3.7.5" STRICT_VARIABLES=yes
31+
- env: PUPPET_VERSION="~> 3.8.7" STRICT_VARIABLES=yes

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ source "https://rubygems.org"
22

33
group :test do
44
gem "rake"
5-
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.5'
5+
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.8.7'
66
gem "puppet-lint"
77
gem "rspec-puppet"
8-
gem "rspec", '< 3.0.0'
98
gem "puppet-syntax"
109
gem "puppetlabs_spec_helper"
1110
gem "metadata-json-lint"

0 commit comments

Comments
 (0)