File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ cache: bundler
5
5
before_install :
6
6
- bundle -v
7
7
- 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'
9
11
- gem --version
10
12
- bundle -v
11
13
script :
Original file line number Diff line number Diff line change 70
70
"description" : " Tasks that manipulate a service" ,
71
71
"pdk-version" : " 1.14.1" ,
72
72
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
73
- "template-ref" : " heads/master-0-g643529a "
73
+ "template-ref" : " heads/master-0-g3de8e77 "
74
74
}
You can’t perform that action at this time.
0 commit comments