Skip to content

Commit 9ef3b1a

Browse files
authored
Update Ruby gems and the default runner group (#193)
chore(project): update Ruby gems and the default runner group
1 parent be18a8c commit 9ef3b1a

File tree

7 files changed

+69
-87
lines changed

7 files changed

+69
-87
lines changed

.github/workflows/commands-handler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Process command
1313
if: github.event.issue.pull_request && endsWith(github.repository, '-private') != true
1414
runs-on:
15-
group: Default
15+
group: organization/Default
1616
steps:
1717
- name: Check referred user
1818
id: user-check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Check release required
1111
if: github.event.pull_request.merged && endsWith(github.repository, '-private') != true
1212
runs-on:
13-
group: Default
13+
group: organization/Default
1414
outputs:
1515
release: ${{ steps.check.outputs.ready }}
1616
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
name: Tests
134134
needs: [tests, acceptance-tests]
135135
runs-on:
136-
group: Default
136+
group: organization/Default
137137
steps:
138138
- name: Tests summary
139139
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"

.github/workflows/run-validations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pubnub-yml:
2020
name: "Validate .pubnub.yml"
2121
runs-on:
22-
group: Default
22+
group: organization/Default
2323
steps:
2424
- name: Checkout project
2525
uses: actions/checkout@v4
@@ -114,7 +114,7 @@ jobs:
114114
name: Validations
115115
needs: [pubnub-yml, package-managers-validation, demo-app-validation]
116116
runs-on:
117-
group: Default
117+
group: organization/Default
118118
steps:
119119
- name: Validations summary
120120
run: echo -e "\033[38;2;95;215;0m\033[1mAll validations passed"

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "cocoapods"
4-
54
gem "fastlane"
6-
gem "slather"
7-
gem "jazzy"
5+
gem 'rexml', '3.3.8'

Gemfile.lock

Lines changed: 63 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.3)
8+
activesupport (7.2.1.1)
99
base64
1010
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
11+
concurrent-ruby (~> 1.0, >= 1.3.1)
1212
connection_pool (>= 2.2.5)
1313
drb
1414
i18n (>= 1.6, < 2)
15+
logger (>= 1.4.2)
1516
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
17+
securerandom (>= 0.3)
18+
tzinfo (~> 2.0, >= 2.0.5)
19+
addressable (2.8.7)
20+
public_suffix (>= 2.0.2, < 7.0)
2021
algoliasearch (1.27.5)
2122
httpclient (~> 2.8, >= 2.8.3)
2223
json (>= 1.5.1)
2324
artifactory (3.0.17)
2425
atomos (0.1.3)
2526
aws-eventstream (1.3.0)
26-
aws-partitions (1.934.0)
27-
aws-sdk-core (3.196.1)
27+
aws-partitions (1.993.0)
28+
aws-sdk-core (3.211.0)
2829
aws-eventstream (~> 1, >= 1.3.0)
29-
aws-partitions (~> 1, >= 1.651.0)
30-
aws-sigv4 (~> 1.8)
30+
aws-partitions (~> 1, >= 1.992.0)
31+
aws-sigv4 (~> 1.9)
3132
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)
33+
aws-sdk-kms (1.95.0)
34+
aws-sdk-core (~> 3, >= 3.210.0)
35+
aws-sigv4 (~> 1.5)
36+
aws-sdk-s3 (1.169.0)
37+
aws-sdk-core (~> 3, >= 3.210.0)
3738
aws-sdk-kms (~> 1)
38-
aws-sigv4 (~> 1.8)
39-
aws-sigv4 (1.8.0)
39+
aws-sigv4 (~> 1.5)
40+
aws-sigv4 (1.10.1)
4041
aws-eventstream (~> 1, >= 1.0.2)
4142
babosa (1.0.4)
4243
base64 (0.2.0)
4344
bigdecimal (3.1.8)
4445
claide (1.1.0)
45-
clamp (1.3.2)
4646
cocoapods (1.15.2)
4747
addressable (~> 2.8)
4848
claide (>= 1.0.2, < 2.0)
@@ -84,7 +84,7 @@ GEM
8484
colored2 (3.1.2)
8585
commander (4.6.0)
8686
highline (~> 2.0.0)
87-
concurrent-ruby (1.2.3)
87+
concurrent-ruby (1.3.4)
8888
connection_pool (2.4.1)
8989
declarative (0.0.20)
9090
digest-crc (0.6.5)
@@ -96,8 +96,8 @@ GEM
9696
escape (0.0.4)
9797
ethon (0.16.0)
9898
ffi (>= 1.15.0)
99-
excon (0.110.0)
100-
faraday (1.10.3)
99+
excon (0.112.0)
100+
faraday (1.10.4)
101101
faraday-em_http (~> 1.0)
102102
faraday-em_synchrony (~> 1.0)
103103
faraday-excon (~> 1.1)
@@ -118,15 +118,15 @@ GEM
118118
faraday-httpclient (1.0.1)
119119
faraday-multipart (1.0.4)
120120
multipart-post (~> 2)
121-
faraday-net_http (1.0.1)
121+
faraday-net_http (1.0.2)
122122
faraday-net_http_persistent (1.2.0)
123123
faraday-patron (1.0.0)
124124
faraday-rack (1.0.0)
125125
faraday-retry (1.0.3)
126-
faraday_middleware (1.2.0)
126+
faraday_middleware (1.2.1)
127127
faraday (~> 1.0)
128128
fastimage (2.3.1)
129-
fastlane (2.220.0)
129+
fastlane (2.225.0)
130130
CFPropertyList (>= 2.3, < 4.0.0)
131131
addressable (>= 2.8, < 3.0.0)
132132
artifactory (~> 3.0)
@@ -142,6 +142,7 @@ GEM
142142
faraday-cookie_jar (~> 0.0.6)
143143
faraday_middleware (~> 1.0)
144144
fastimage (>= 2.1.0, < 3.0.0)
145+
fastlane-sirp (>= 1.0.0)
145146
gh_inspector (>= 1.1.2, < 2.0.0)
146147
google-apis-androidpublisher_v3 (~> 0.3)
147148
google-apis-playcustomapp_v1 (~> 0.1)
@@ -167,7 +168,19 @@ GEM
167168
xcodeproj (>= 1.13.0, < 2.0.0)
168169
xcpretty (~> 0.3.0)
169170
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
170-
ffi (1.16.3)
171+
fastlane-sirp (1.0.0)
172+
sysrandom (~> 1.0)
173+
ffi (1.17.0)
174+
ffi (1.17.0-aarch64-linux-gnu)
175+
ffi (1.17.0-aarch64-linux-musl)
176+
ffi (1.17.0-arm-linux-gnu)
177+
ffi (1.17.0-arm-linux-musl)
178+
ffi (1.17.0-arm64-darwin)
179+
ffi (1.17.0-x86-linux-gnu)
180+
ffi (1.17.0-x86-linux-musl)
181+
ffi (1.17.0-x86_64-darwin)
182+
ffi (1.17.0-x86_64-linux-gnu)
183+
ffi (1.17.0-x86_64-linux-musl)
171184
fourflusher (2.3.1)
172185
fuzzy_match (2.0.4)
173186
gh_inspector (1.1.3)
@@ -187,7 +200,7 @@ GEM
187200
google-apis-core (>= 0.11.0, < 2.a)
188201
google-apis-storage_v1 (0.31.0)
189202
google-apis-core (>= 0.11.0, < 2.a)
190-
google-cloud-core (1.7.0)
203+
google-cloud-core (1.7.1)
191204
google-cloud-env (>= 1.0, < 3.a)
192205
google-cloud-errors (~> 1.0)
193206
google-cloud-env (1.6.0)
@@ -208,64 +221,43 @@ GEM
208221
os (>= 0.9, < 2.0)
209222
signet (>= 0.16, < 2.a)
210223
highline (2.0.3)
211-
http-cookie (1.0.5)
224+
http-cookie (1.0.7)
212225
domain_name (~> 0.5)
213226
httpclient (2.8.3)
214-
i18n (1.14.5)
227+
i18n (1.14.6)
215228
concurrent-ruby (~> 1.0)
216-
jazzy (0.15.0)
217-
cocoapods (~> 1.5)
218-
mustache (~> 1.1)
219-
open4 (~> 1.3)
220-
redcarpet (~> 3.4)
221-
rexml (~> 3.2)
222-
rouge (>= 2.0.6, < 5.0)
223-
sassc (~> 2.1)
224-
sqlite3 (~> 1.3)
225-
xcinvoke (~> 0.3.0)
226229
jmespath (1.6.2)
227230
json (2.7.2)
228-
jwt (2.8.1)
231+
jwt (2.9.3)
229232
base64
230-
liferaft (0.0.6)
231-
mini_magick (4.12.0)
233+
logger (1.6.1)
234+
mini_magick (4.13.2)
232235
mini_mime (1.1.5)
233-
mini_portile2 (2.8.6)
234-
minitest (5.23.1)
236+
minitest (5.25.1)
235237
molinillo (0.8.0)
236238
multi_json (1.15.0)
237239
multipart-post (2.4.1)
238-
mustache (1.1.1)
239-
mutex_m (0.2.0)
240240
nanaimo (0.3.0)
241241
nap (1.1.0)
242242
naturally (2.2.1)
243243
netrc (0.11.0)
244244
nkf (0.2.0)
245-
nokogiri (1.16.5)
246-
mini_portile2 (~> 2.8.2)
247-
racc (~> 1.4)
248-
open4 (1.3.4)
249245
optparse (0.5.0)
250246
os (1.1.4)
251247
plist (3.7.1)
252248
public_suffix (4.0.7)
253-
racc (1.8.0)
254249
rake (13.2.1)
255-
redcarpet (3.6.0)
256250
representable (3.2.0)
257251
declarative (< 0.1.0)
258252
trailblazer-option (>= 0.1.1, < 0.2.0)
259253
uber (< 0.2.0)
260254
retriable (3.1.2)
261-
rexml (3.2.8)
262-
strscan (>= 3.0.9)
255+
rexml (3.3.8)
263256
rouge (2.0.7)
264257
ruby-macho (2.5.1)
265258
ruby2_keywords (0.0.5)
266259
rubyzip (2.3.2)
267-
sassc (2.4.0)
268-
ffi (~> 1.9)
260+
securerandom (0.3.1)
269261
security (0.1.5)
270262
signet (0.19.0)
271263
addressable (~> 2.8)
@@ -275,15 +267,7 @@ GEM
275267
simctl (1.6.10)
276268
CFPropertyList
277269
naturally
278-
slather (2.8.0)
279-
CFPropertyList (>= 2.2, < 4)
280-
activesupport
281-
clamp (~> 1.3)
282-
nokogiri (>= 1.14.3)
283-
xcodeproj (~> 1.21)
284-
sqlite3 (1.7.3)
285-
mini_portile2 (~> 2.8.0)
286-
strscan (3.1.0)
270+
sysrandom (1.0.5)
287271
terminal-notifier (2.0.0)
288272
terminal-table (3.0.2)
289273
unicode-display_width (>= 1.1.1, < 3)
@@ -297,30 +281,37 @@ GEM
297281
tzinfo (2.0.6)
298282
concurrent-ruby (~> 1.0)
299283
uber (0.1.0)
300-
unicode-display_width (2.5.0)
284+
unicode-display_width (2.6.0)
301285
word_wrap (1.0.0)
302-
xcinvoke (0.3.0)
303-
liferaft (~> 0.0.6)
304-
xcodeproj (1.24.0)
286+
xcodeproj (1.25.1)
305287
CFPropertyList (>= 2.3.3, < 4.0)
306288
atomos (~> 0.1.3)
307289
claide (>= 1.0.2, < 2.0)
308290
colored2 (~> 3.1)
309291
nanaimo (~> 0.3.0)
310-
rexml (~> 3.2.4)
292+
rexml (>= 3.3.6, < 4.0)
311293
xcpretty (0.3.0)
312294
rouge (~> 2.0.7)
313295
xcpretty-travis-formatter (1.0.1)
314296
xcpretty (~> 0.2, >= 0.0.7)
315297

316298
PLATFORMS
299+
aarch64-linux-gnu
300+
aarch64-linux-musl
301+
arm-linux-gnu
302+
arm-linux-musl
303+
arm64-darwin
317304
ruby
305+
x86-linux-gnu
306+
x86-linux-musl
307+
x86_64-darwin
308+
x86_64-linux-gnu
309+
x86_64-linux-musl
318310

319311
DEPENDENCIES
320312
cocoapods
321313
fastlane
322-
jazzy
323-
slather
314+
rexml (= 3.3.8)
324315

325316
BUNDLED WITH
326-
2.5.10
317+
2.5.22

fastlane/Fastfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,3 @@ lane :build_example do
124124
build: true
125125
)
126126
end
127-
128-
desc "Generate Documentation"
129-
lane :generate_docs do
130-
jazzy(
131-
config: ".jazzy.yaml"
132-
)
133-
end

0 commit comments

Comments
 (0)