File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cache: bundler
5
5
before_install :
6
6
- bundle -v
7
7
- rm -f Gemfile.lock
8
- - gem update --system
8
+ - gem update --system $RUBYGEMS_VERSION
9
9
- gem --version
10
10
- bundle -v
11
11
script :
@@ -43,7 +43,7 @@ matrix:
43
43
env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
44
44
rvm : 2.4.4
45
45
-
46
- env : PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
46
+ env : PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
47
47
rvm : 2.1.9
48
48
branches :
49
49
only :
Original file line number Diff line number Diff line change 80
80
}
81
81
],
82
82
"description" : " MySQL module" ,
83
- "template-url" : " https://github.com/puppetlabs/pdk-templates" ,
84
- "template-ref" : " heads/master-0-gbf720df " ,
83
+ "template-url" : " https://github.com/puppetlabs/pdk-templates/ " ,
84
+ "template-ref" : " heads/master-0-g20af4c6 " ,
85
85
"pdk-version" : " 1.8.0"
86
86
}
You can’t perform that action at this time.
0 commit comments