File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ dist: trusty
33language : ruby
44cache : bundler
55before_install :
6+ - if [ $BUNDLER_VERSION ]; then
7+ gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
8+ fi
69 - bundle -v
710 - rm -f Gemfile.lock
811 - gem update --system $RUBYGEMS_VERSION
@@ -43,7 +46,7 @@ matrix:
4346 env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
4447 rvm : 2.4.4
4548 -
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
4750 rvm : 2.1.9
4851branches :
4952 only :
Original file line number Diff line number Diff line change 8282 "version_requirement" : " >= 4.7.0 < 7.0.0"
8383 }
8484 ],
85- "pdk-version" : " 1.8.0 " ,
85+ "pdk-version" : " 1.7.1 " ,
8686 "template-url" : " https://github.com/puppetlabs/pdk-templates/" ,
87- "template-ref" : " heads/master-0-g20af4c6 "
88- }
87+ "template-ref" : " heads/master-0-g9c815ea "
88+ }
You can’t perform that action at this time.
0 commit comments