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