Skip to content

Commit c314591

Browse files
committed
Update gems
1 parent 620fe9d commit c314591

File tree

2 files changed

+83
-69
lines changed

2 files changed

+83
-69
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,18 @@ jobs:
3333
- name: Test Integration of Stream ${{ matrix.project }}
3434
run: bundle exec fastlane test project:"${{ matrix.project }}"
3535
timeout-minutes: 30
36-
- uses: 8398a7/action-slack@v3
37-
with:
38-
status: ${{ job.status }}
39-
text: "You shall not pass!"
40-
job_name: "${{ github.workflow }}: ${{ github.job }}"
41-
fields: message,commit,author,action,workflow,job,took
42-
env:
43-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44-
MATRIX_CONTEXT: ${{ toJson(matrix) }}
45-
if: failure()
36+
37+
slack:
38+
name: Slack Report
39+
runs-on: ubuntu-latest
40+
needs: [integration]
41+
if: failure() && github.event_name == 'schedule'
42+
steps:
43+
- uses: 8398a7/action-slack@v3
44+
with:
45+
status: cancelled
46+
text: "You shall not pass!"
47+
job_name: "${{ github.workflow }}: ${{ github.job }}"
48+
fields: repo,commit,author,workflow
49+
env:
50+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_NIGHTLY_CHECKS }}

Gemfile.lock

Lines changed: 68 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,51 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.3)
8+
activesupport (7.2.2.1)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1517
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
2022
algoliasearch (1.27.5)
2123
httpclient (~> 2.8, >= 2.8.3)
2224
json (>= 1.5.1)
2325
artifactory (3.0.17)
2426
atomos (0.1.3)
25-
aws-eventstream (1.3.0)
26-
aws-partitions (1.937.0)
27-
aws-sdk-core (3.196.1)
27+
aws-eventstream (1.3.1)
28+
aws-partitions (1.1054.0)
29+
aws-sdk-core (3.219.0)
2830
aws-eventstream (~> 1, >= 1.3.0)
29-
aws-partitions (~> 1, >= 1.651.0)
30-
aws-sigv4 (~> 1.8)
31+
aws-partitions (~> 1, >= 1.992.0)
32+
aws-sigv4 (~> 1.9)
33+
base64
3134
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.82.0)
33-
aws-sdk-core (~> 3, >= 3.193.0)
34-
aws-sigv4 (~> 1.1)
35-
aws-sdk-s3 (1.151.0)
36-
aws-sdk-core (~> 3, >= 3.194.0)
35+
aws-sdk-kms (1.99.0)
36+
aws-sdk-core (~> 3, >= 3.216.0)
37+
aws-sigv4 (~> 1.5)
38+
aws-sdk-s3 (1.182.0)
39+
aws-sdk-core (~> 3, >= 3.216.0)
3740
aws-sdk-kms (~> 1)
38-
aws-sigv4 (~> 1.8)
39-
aws-sigv4 (1.8.0)
41+
aws-sigv4 (~> 1.5)
42+
aws-sigv4 (1.11.0)
4043
aws-eventstream (~> 1, >= 1.0.2)
4144
babosa (1.0.4)
4245
base64 (0.2.0)
43-
bigdecimal (3.1.8)
46+
benchmark (0.4.0)
47+
bigdecimal (3.1.9)
4448
claide (1.1.0)
45-
cocoapods (1.15.2)
49+
cocoapods (1.16.2)
4650
addressable (~> 2.8)
4751
claide (>= 1.0.2, < 2.0)
48-
cocoapods-core (= 1.15.2)
52+
cocoapods-core (= 1.16.2)
4953
cocoapods-deintegrate (>= 1.0.3, < 2.0)
5054
cocoapods-downloader (>= 2.1, < 3.0)
5155
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -59,8 +63,8 @@ GEM
5963
molinillo (~> 0.8.0)
6064
nap (~> 1.0)
6165
ruby-macho (>= 2.3.0, < 3.0)
62-
xcodeproj (>= 1.23.0, < 2.0)
63-
cocoapods-core (1.15.2)
66+
xcodeproj (>= 1.27.0, < 2.0)
67+
cocoapods-core (1.16.2)
6468
activesupport (>= 5.0, < 8)
6569
addressable (~> 2.8)
6670
algoliasearch (~> 1.0)
@@ -83,10 +87,10 @@ GEM
8387
colored2 (3.1.2)
8488
commander (4.6.0)
8589
highline (~> 2.0.0)
86-
concurrent-ruby (1.3.1)
87-
connection_pool (2.4.1)
90+
concurrent-ruby (1.3.5)
91+
connection_pool (2.5.0)
8892
declarative (0.0.20)
89-
digest-crc (0.6.5)
93+
digest-crc (0.7.0)
9094
rake (>= 12.0.0, < 14.0.0)
9195
domain_name (0.6.20240107)
9296
dotenv (2.8.1)
@@ -95,8 +99,8 @@ GEM
9599
escape (0.0.4)
96100
ethon (0.16.0)
97101
ffi (>= 1.15.0)
98-
excon (0.110.0)
99-
faraday (1.10.3)
102+
excon (0.112.0)
103+
faraday (1.10.4)
100104
faraday-em_http (~> 1.0)
101105
faraday-em_synchrony (~> 1.0)
102106
faraday-excon (~> 1.1)
@@ -115,17 +119,17 @@ GEM
115119
faraday-em_synchrony (1.0.0)
116120
faraday-excon (1.1.0)
117121
faraday-httpclient (1.0.1)
118-
faraday-multipart (1.0.4)
119-
multipart-post (~> 2)
120-
faraday-net_http (1.0.1)
122+
faraday-multipart (1.1.0)
123+
multipart-post (~> 2.0)
124+
faraday-net_http (1.0.2)
121125
faraday-net_http_persistent (1.2.0)
122126
faraday-patron (1.0.0)
123127
faraday-rack (1.0.0)
124128
faraday-retry (1.0.3)
125-
faraday_middleware (1.2.0)
129+
faraday_middleware (1.2.1)
126130
faraday (~> 1.0)
127-
fastimage (2.3.1)
128-
fastlane (2.220.0)
131+
fastimage (2.4.0)
132+
fastlane (2.226.0)
129133
CFPropertyList (>= 2.3, < 4.0.0)
130134
addressable (>= 2.8, < 3.0.0)
131135
artifactory (~> 3.0)
@@ -141,6 +145,7 @@ GEM
141145
faraday-cookie_jar (~> 0.0.6)
142146
faraday_middleware (~> 1.0)
143147
fastimage (>= 2.1.0, < 3.0.0)
148+
fastlane-sirp (>= 1.0.0)
144149
gh_inspector (>= 1.1.2, < 2.0.0)
145150
google-apis-androidpublisher_v3 (~> 0.3)
146151
google-apis-playcustomapp_v1 (~> 0.1)
@@ -164,9 +169,11 @@ GEM
164169
tty-spinner (>= 0.8.0, < 1.0.0)
165170
word_wrap (~> 1.0.0)
166171
xcodeproj (>= 1.13.0, < 2.0.0)
167-
xcpretty (~> 0.3.0)
172+
xcpretty (~> 0.4.0)
168173
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
169-
ffi (1.16.3)
174+
fastlane-sirp (1.0.0)
175+
sysrandom (~> 1.0)
176+
ffi (1.17.1)
170177
fourflusher (2.3.1)
171178
fuzzy_match (2.0.4)
172179
gh_inspector (1.1.3)
@@ -186,7 +193,7 @@ GEM
186193
google-apis-core (>= 0.11.0, < 2.a)
187194
google-apis-storage_v1 (0.31.0)
188195
google-apis-core (>= 0.11.0, < 2.a)
189-
google-cloud-core (1.7.0)
196+
google-cloud-core (1.7.1)
190197
google-cloud-env (>= 1.0, < 3.a)
191198
google-cloud-errors (~> 1.0)
192199
google-cloud-env (1.6.0)
@@ -207,43 +214,45 @@ GEM
207214
os (>= 0.9, < 2.0)
208215
signet (>= 0.16, < 2.a)
209216
highline (2.0.3)
210-
http-cookie (1.0.5)
217+
http-cookie (1.0.8)
211218
domain_name (~> 0.5)
212-
httpclient (2.8.3)
213-
i18n (1.14.5)
219+
httpclient (2.9.0)
220+
mutex_m
221+
i18n (1.14.7)
214222
concurrent-ruby (~> 1.0)
215223
jmespath (1.6.2)
216-
json (2.7.2)
217-
jwt (2.8.1)
224+
json (2.10.1)
225+
jwt (2.10.1)
218226
base64
219-
mini_magick (4.12.0)
227+
logger (1.6.6)
228+
mini_magick (4.13.2)
220229
mini_mime (1.1.5)
221-
minitest (5.23.1)
230+
minitest (5.25.4)
222231
molinillo (0.8.0)
223232
multi_json (1.15.0)
224233
multipart-post (2.4.1)
225-
mutex_m (0.2.0)
226-
nanaimo (0.3.0)
234+
mutex_m (0.3.0)
235+
nanaimo (0.4.0)
227236
nap (1.1.0)
228237
naturally (2.2.1)
229238
netrc (0.11.0)
230239
nkf (0.2.0)
231-
optparse (0.5.0)
240+
optparse (0.6.0)
232241
os (1.1.4)
233-
plist (3.7.1)
242+
plist (3.7.2)
234243
public_suffix (4.0.7)
235244
rake (13.2.1)
236245
representable (3.2.0)
237246
declarative (< 0.1.0)
238247
trailblazer-option (>= 0.1.1, < 0.2.0)
239248
uber (< 0.2.0)
240249
retriable (3.1.2)
241-
rexml (3.2.8)
242-
strscan (>= 3.0.9)
243-
rouge (2.0.7)
250+
rexml (3.4.1)
251+
rouge (3.28.0)
244252
ruby-macho (2.5.1)
245253
ruby2_keywords (0.0.5)
246-
rubyzip (2.3.2)
254+
rubyzip (2.4.1)
255+
securerandom (0.4.1)
247256
security (0.1.5)
248257
signet (0.19.0)
249258
addressable (~> 2.8)
@@ -253,7 +262,7 @@ GEM
253262
simctl (1.6.10)
254263
CFPropertyList
255264
naturally
256-
strscan (3.1.0)
265+
sysrandom (1.0.5)
257266
terminal-notifier (2.0.0)
258267
terminal-table (3.0.2)
259268
unicode-display_width (>= 1.1.1, < 3)
@@ -267,17 +276,17 @@ GEM
267276
tzinfo (2.0.6)
268277
concurrent-ruby (~> 1.0)
269278
uber (0.1.0)
270-
unicode-display_width (2.5.0)
279+
unicode-display_width (2.6.0)
271280
word_wrap (1.0.0)
272-
xcodeproj (1.24.0)
281+
xcodeproj (1.27.0)
273282
CFPropertyList (>= 2.3.3, < 4.0)
274283
atomos (~> 0.1.3)
275284
claide (>= 1.0.2, < 2.0)
276285
colored2 (~> 3.1)
277-
nanaimo (~> 0.3.0)
278-
rexml (~> 3.2.4)
279-
xcpretty (0.3.0)
280-
rouge (~> 2.0.7)
286+
nanaimo (~> 0.4.0)
287+
rexml (>= 3.3.6, < 4.0)
288+
xcpretty (0.4.0)
289+
rouge (~> 3.28.0)
281290
xcpretty-travis-formatter (1.0.1)
282291
xcpretty (~> 0.2, >= 0.0.7)
283292

0 commit comments

Comments
 (0)