File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - 1.9.3
1111 - 2.0.0
1212 - 2.1.1
13+ - 2.3.1
1314env :
1415 matrix :
1516 - PUPPET_GEM_VERSION="~> 3.7.1"
@@ -25,5 +26,13 @@ matrix:
2526 exclude :
2627 - rvm : 1.8.7
2728 env : PUPPET_GEM_VERSION="~> 4"
29+ - rvm : 2.3.1
30+ env : PUPPET_GEM_VERSION="~> 3.7.1"
31+ - rvm : 2.3.1
32+ env : PUPPET_GEM_VERSION="~> 3.7"
33+ - rvm : 2.3.1
34+ env : PUPPET_GEM_VERSION="~> 3"
35+ - rvm : 2.3.1
36+ env : PUPPET_GEM_VERSION="~> 3" PARSER="future"
2837notifications :
2938 email : false
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ group :development, :test do
88 gem 'rspec-core' , '3.1.7'
99 gem 'rspec-puppet' , '~> 2.0'
1010 gem 'puppet-lint' , '~> 1.1'
11- gem 'metadata-json-lint'
11+ gem 'metadata-json-lint' , '0.0.11' if RUBY_VERSION < '1.9'
12+ gem 'metadata-json-lint' if RUBY_VERSION >= '1.9'
1213 gem 'json_pure' , '~> 1.8'
1314end
1415
You can’t perform that action at this time.
0 commit comments