File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ cache: bundler
55before_install :
66 - bundle -v
77 - rm -f Gemfile.lock
8- - gem update --system $RUBYGEMS_VERSION
8+ - " # Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
9+ - " # See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
10+ - ' [ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
911 - gem --version
1012 - bundle -v
1113script :
Original file line number Diff line number Diff line change 8282 }
8383 ],
8484 "description" : " Module for Apache configuration" ,
85- "pdk-version" : " 1.14.1 " ,
85+ "pdk-version" : " 1.15.0 " ,
8686 "template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
87- "template-ref" : " heads/master-0-g643529a "
87+ "template-ref" : " heads/master-0-gcaed9d7 "
8888}
You can’t perform that action at this time.
0 commit comments