File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 141
141
sudo : required
142
142
stage : acceptance
143
143
simplecov : true
144
+ notifications :
145
+ slack :
146
+ secure : sulU0RHAFNMVQyQnqcyRHLRjL7Zl1Ao7ywuObL/qTsCiIweRsFiHX0BdTrurxobhjgdHQizx9G2IakkvhE120AOlLbCV9Nw45tvyuzdV4HhdPSKtwdWWKXgU4IvP2tSblZ4hCOEG4CuEKPvFtoY8UEW2ODmvvwFlQz+GOYOBYMw=
144
147
appveyor.yml :
145
148
delete : true
146
149
Gemfile :
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 :
@@ -138,6 +140,8 @@ branches:
138
140
- release
139
141
notifications :
140
142
email : false
143
+ slack :
144
+ secure : sulU0RHAFNMVQyQnqcyRHLRjL7Zl1Ao7ywuObL/qTsCiIweRsFiHX0BdTrurxobhjgdHQizx9G2IakkvhE120AOlLbCV9Nw45tvyuzdV4HhdPSKtwdWWKXgU4IvP2tSblZ4hCOEG4CuEKPvFtoY8UEW2ODmvvwFlQz+GOYOBYMw=
141
145
deploy :
142
146
provider : puppetforge
143
147
user : puppet
Original file line number Diff line number Diff line change 86
86
"version_requirement" : " >= 5.5.10 < 7.0.0"
87
87
}
88
88
],
89
- "pdk-version" : " 1.14.1 " ,
89
+ "pdk-version" : " 1.15.0 " ,
90
90
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
91
- "template-ref" : " heads/master-0-g643529a "
91
+ "template-ref" : " heads/master-0-gcaed9d7 "
92
92
}
You can’t perform that action at this time.
0 commit comments