File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,17 @@ sudo: false
2
2
language : ruby
3
3
cache : bundler
4
4
before_install :
5
- # https://github.com/bundler/bundler/issues/3558
6
- gem update bundler
5
+ bundle -v
7
6
script : env COVERAGE=yes bundle exec rake
8
7
matrix :
9
8
fast_finish : true
10
9
include :
10
+ - rvm : ' 2.5'
11
+ env : PUPPET_GEM_VERSION='~> 6.0'
12
+ - rvm : ' 2.4'
13
+ env : PUPPET_GEM_VERSION='~> 6.0'
14
+ - rvm : ' 2.3'
15
+ env : PUPPET_GEM_VERSION='~> 6.0'
11
16
- rvm : ' 2.4'
12
17
env : PUPPET_GEM_VERSION='~> 5.0'
13
18
- rvm : ' 2.3'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
spec . add_runtime_dependency 'rspec-puppet' , '~> 2.0'
27
27
spec . add_runtime_dependency 'pathspec' , '~> 0.2.1'
28
28
29
- spec . add_development_dependency 'bundler' , '~> 1.12'
29
+ spec . add_development_dependency 'bundler'
30
30
spec . add_development_dependency 'pry'
31
31
spec . add_development_dependency 'puppet'
32
32
spec . add_development_dependency 'rake' , '~> 10.0'
You can’t perform that action at this time.
0 commit comments