Skip to content

Commit 31a3f7e

Browse files
committed
Update ruby to 3.3.2
Also updated gems and pods
1 parent 799d3a0 commit 31a3f7e

File tree

3 files changed

+78
-76
lines changed

3 files changed

+78
-76
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
3.2.2

Diff for: Gemfile.lock

+70-68
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.1.1)
6+
activesupport (7.1.2)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -13,40 +13,40 @@ GEM
1313
minitest (>= 5.1)
1414
mutex_m
1515
tzinfo (~> 2.0)
16-
addressable (2.8.5)
16+
addressable (2.8.6)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
algoliasearch (1.27.5)
1919
httpclient (~> 2.8, >= 2.8.3)
2020
json (>= 1.5.1)
2121
artifactory (3.0.15)
2222
ast (2.4.2)
2323
atomos (0.1.3)
24-
aws-eventstream (1.2.0)
25-
aws-partitions (1.731.0)
26-
aws-sdk-core (3.170.1)
27-
aws-eventstream (~> 1, >= 1.0.2)
24+
aws-eventstream (1.3.0)
25+
aws-partitions (1.866.0)
26+
aws-sdk-core (3.190.0)
27+
aws-eventstream (~> 1, >= 1.3.0)
2828
aws-partitions (~> 1, >= 1.651.0)
29-
aws-sigv4 (~> 1.5)
29+
aws-sigv4 (~> 1.8)
3030
jmespath (~> 1, >= 1.6.1)
31-
aws-sdk-kms (1.63.0)
32-
aws-sdk-core (~> 3, >= 3.165.0)
31+
aws-sdk-kms (1.74.0)
32+
aws-sdk-core (~> 3, >= 3.188.0)
3333
aws-sigv4 (~> 1.1)
34-
aws-sdk-s3 (1.119.1)
35-
aws-sdk-core (~> 3, >= 3.165.0)
34+
aws-sdk-s3 (1.141.0)
35+
aws-sdk-core (~> 3, >= 3.189.0)
3636
aws-sdk-kms (~> 1)
37-
aws-sigv4 (~> 1.4)
38-
aws-sigv4 (1.5.2)
37+
aws-sigv4 (~> 1.8)
38+
aws-sigv4 (1.8.0)
3939
aws-eventstream (~> 1, >= 1.0.2)
4040
babosa (1.0.4)
41-
base64 (0.1.1)
42-
bigdecimal (3.1.4)
41+
base64 (0.2.0)
42+
bigdecimal (3.1.5)
4343
claide (1.1.0)
44-
cocoapods (1.14.2)
44+
cocoapods (1.14.3)
4545
addressable (~> 2.8)
4646
claide (>= 1.0.2, < 2.0)
47-
cocoapods-core (= 1.14.2)
47+
cocoapods-core (= 1.14.3)
4848
cocoapods-deintegrate (>= 1.0.3, < 2.0)
49-
cocoapods-downloader (>= 2.0)
49+
cocoapods-downloader (>= 2.1, < 3.0)
5050
cocoapods-plugins (>= 1.0.0, < 2.0)
5151
cocoapods-search (>= 1.0.0, < 2.0)
5252
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -61,7 +61,7 @@ GEM
6161
xcodeproj (>= 1.23.0, < 2.0)
6262
cocoapods-check (1.1.0)
6363
cocoapods (~> 1.0)
64-
cocoapods-core (1.14.2)
64+
cocoapods-core (1.14.3)
6565
activesupport (>= 5.0, < 8)
6666
addressable (~> 2.8)
6767
algoliasearch (~> 1.0)
@@ -72,7 +72,7 @@ GEM
7272
public_suffix (~> 4.0)
7373
typhoeus (~> 1.0)
7474
cocoapods-deintegrate (1.0.5)
75-
cocoapods-downloader (2.0)
75+
cocoapods-downloader (2.1)
7676
cocoapods-plugins (1.0.0)
7777
nap
7878
cocoapods-search (1.0.1)
@@ -87,18 +87,17 @@ GEM
8787
concurrent-ruby (1.2.2)
8888
connection_pool (2.4.1)
8989
declarative (0.0.20)
90-
digest-crc (0.6.4)
90+
digest-crc (0.6.5)
9191
rake (>= 12.0.0, < 14.0.0)
92-
domain_name (0.5.20190701)
93-
unf (>= 0.0.5, < 1.0.0)
92+
domain_name (0.6.20231109)
9493
dotenv (2.8.1)
95-
drb (2.1.1)
94+
drb (2.2.0)
9695
ruby2_keywords
9796
emoji_regex (3.2.3)
9897
escape (0.0.4)
9998
ethon (0.16.0)
10099
ffi (>= 1.15.0)
101-
excon (0.99.0)
100+
excon (0.106.0)
102101
faraday (1.10.3)
103102
faraday-em_http (~> 1.0)
104103
faraday-em_synchrony (~> 1.0)
@@ -127,8 +126,8 @@ GEM
127126
faraday-retry (1.0.3)
128127
faraday_middleware (1.2.0)
129128
faraday (~> 1.0)
130-
fastimage (2.2.6)
131-
fastlane (2.212.1)
129+
fastimage (2.2.7)
130+
fastlane (2.217.0)
132131
CFPropertyList (>= 2.3, < 4.0.0)
133132
addressable (>= 2.8, < 3.0.0)
134133
artifactory (~> 3.0)
@@ -149,18 +148,19 @@ GEM
149148
google-apis-playcustomapp_v1 (~> 0.1)
150149
google-cloud-storage (~> 1.31)
151150
highline (~> 2.0)
151+
http-cookie (~> 1.0.5)
152152
json (< 3.0.0)
153153
jwt (>= 2.1.0, < 3)
154154
mini_magick (>= 4.9.4, < 5.0.0)
155-
multipart-post (~> 2.0.0)
155+
multipart-post (>= 2.0.0, < 3.0.0)
156156
naturally (~> 2.2)
157157
optparse (~> 0.1.1)
158158
plist (>= 3.1.0, < 4.0.0)
159159
rubyzip (>= 2.0.0, < 3.0.0)
160160
security (= 0.1.3)
161161
simctl (~> 1.6.3)
162162
terminal-notifier (>= 2.0.0, < 3.0.0)
163-
terminal-table (>= 1.4.5, < 2.0.0)
163+
terminal-table (~> 3)
164164
tty-screen (>= 0.6.3, < 1.0.0)
165165
tty-spinner (>= 0.8.0, < 1.0.0)
166166
word_wrap (~> 1.0.0)
@@ -171,9 +171,9 @@ GEM
171171
fourflusher (2.3.1)
172172
fuzzy_match (2.0.4)
173173
gh_inspector (1.1.3)
174-
google-apis-androidpublisher_v3 (0.37.0)
174+
google-apis-androidpublisher_v3 (0.53.0)
175175
google-apis-core (>= 0.11.0, < 2.a)
176-
google-apis-core (0.11.0)
176+
google-apis-core (0.11.2)
177177
addressable (~> 2.5, >= 2.5.1)
178178
googleauth (>= 0.16.2, < 2.a)
179179
httpclient (>= 2.8.1, < 3.a)
@@ -186,26 +186,26 @@ GEM
186186
google-apis-core (>= 0.11.0, < 2.a)
187187
google-apis-playcustomapp_v1 (0.13.0)
188188
google-apis-core (>= 0.11.0, < 2.a)
189-
google-apis-storage_v1 (0.19.0)
190-
google-apis-core (>= 0.9.0, < 2.a)
191-
google-cloud-core (1.6.0)
192-
google-cloud-env (~> 1.0)
189+
google-apis-storage_v1 (0.29.0)
190+
google-apis-core (>= 0.11.0, < 2.a)
191+
google-cloud-core (1.6.1)
192+
google-cloud-env (>= 1.0, < 3.a)
193193
google-cloud-errors (~> 1.0)
194-
google-cloud-env (1.6.0)
195-
faraday (>= 0.17.3, < 3.0)
194+
google-cloud-env (2.1.0)
195+
faraday (>= 1.0, < 3.a)
196196
google-cloud-errors (1.3.1)
197-
google-cloud-storage (1.44.0)
197+
google-cloud-storage (1.45.0)
198198
addressable (~> 2.8)
199199
digest-crc (~> 0.4)
200200
google-apis-iamcredentials_v1 (~> 0.1)
201-
google-apis-storage_v1 (~> 0.19.0)
201+
google-apis-storage_v1 (~> 0.29.0)
202202
google-cloud-core (~> 1.6)
203203
googleauth (>= 0.16.2, < 2.a)
204204
mini_mime (~> 1.0)
205-
googleauth (1.3.0)
206-
faraday (>= 0.17.3, < 3.a)
205+
googleauth (1.9.1)
206+
faraday (>= 1.0, < 3.a)
207+
google-cloud-env (~> 2.1)
207208
jwt (>= 1.4, < 3.0)
208-
memoist (~> 0.16)
209209
multi_json (~> 1.11)
210210
os (>= 0.9, < 2.0)
211211
signet (>= 0.16, < 2.a)
@@ -216,54 +216,58 @@ GEM
216216
i18n (1.14.1)
217217
concurrent-ruby (~> 1.0)
218218
jmespath (1.6.2)
219-
json (2.6.3)
220-
jwt (2.7.0)
221-
memoist (0.16.2)
219+
json (2.7.1)
220+
jwt (2.7.1)
221+
language_server-protocol (3.17.0.3)
222222
mini_magick (4.12.0)
223-
mini_mime (1.1.2)
223+
mini_mime (1.1.5)
224224
minitest (5.20.0)
225225
molinillo (0.8.0)
226226
multi_json (1.15.0)
227-
multipart-post (2.0.0)
228-
mutex_m (0.1.2)
227+
multipart-post (2.3.0)
228+
mutex_m (0.2.0)
229229
nanaimo (0.3.0)
230230
nap (1.1.0)
231231
naturally (2.2.1)
232232
netrc (0.11.0)
233233
optparse (0.1.1)
234234
os (1.1.4)
235-
parallel (1.20.1)
236-
parser (3.0.2.0)
235+
parallel (1.23.0)
236+
parser (3.2.2.4)
237237
ast (~> 2.4.1)
238+
racc
238239
plist (3.7.0)
239240
public_suffix (4.0.7)
240-
rainbow (3.0.0)
241-
rake (13.0.6)
242-
regexp_parser (2.1.1)
241+
racc (1.7.3)
242+
rainbow (3.1.1)
243+
rake (13.1.0)
244+
regexp_parser (2.8.3)
243245
representable (3.2.0)
244246
declarative (< 0.1.0)
245247
trailblazer-option (>= 0.1.1, < 0.2.0)
246248
uber (< 0.2.0)
247249
retriable (3.1.2)
248250
rexml (3.2.6)
249251
rouge (2.0.7)
250-
rubocop (1.18.4)
252+
rubocop (1.59.0)
253+
json (~> 2.3)
254+
language_server-protocol (>= 3.17.0)
251255
parallel (~> 1.10)
252-
parser (>= 3.0.0.0)
256+
parser (>= 3.2.2.4)
253257
rainbow (>= 2.2.2, < 4.0)
254258
regexp_parser (>= 1.8, < 3.0)
255-
rexml
256-
rubocop-ast (>= 1.8.0, < 2.0)
259+
rexml (>= 3.2.5, < 4.0)
260+
rubocop-ast (>= 1.30.0, < 2.0)
257261
ruby-progressbar (~> 1.7)
258-
unicode-display_width (>= 1.4.0, < 3.0)
259-
rubocop-ast (1.8.0)
260-
parser (>= 3.0.1.1)
262+
unicode-display_width (>= 2.4.0, < 3.0)
263+
rubocop-ast (1.30.0)
264+
parser (>= 3.2.1.0)
261265
ruby-macho (2.5.1)
262-
ruby-progressbar (1.11.0)
266+
ruby-progressbar (1.13.0)
263267
ruby2_keywords (0.0.5)
264268
rubyzip (2.3.2)
265269
security (0.1.3)
266-
signet (0.17.0)
270+
signet (0.18.0)
267271
addressable (~> 2.8)
268272
faraday (>= 0.17.5, < 3.a)
269273
jwt (>= 1.5, < 3.0)
@@ -272,21 +276,19 @@ GEM
272276
CFPropertyList
273277
naturally
274278
terminal-notifier (2.0.0)
275-
terminal-table (1.6.0)
279+
terminal-table (3.0.2)
280+
unicode-display_width (>= 1.1.1, < 3)
276281
trailblazer-option (0.1.2)
277282
tty-cursor (0.7.1)
278283
tty-screen (0.8.1)
279284
tty-spinner (0.9.3)
280285
tty-cursor (~> 0.7)
281-
typhoeus (1.4.0)
286+
typhoeus (1.4.1)
282287
ethon (>= 0.9.0)
283288
tzinfo (2.0.6)
284289
concurrent-ruby (~> 1.0)
285290
uber (0.1.0)
286-
unf (0.1.4)
287-
unf_ext
288-
unf_ext (0.0.8.2)
289-
unicode-display_width (2.0.0)
291+
unicode-display_width (2.5.0)
290292
webrick (1.8.1)
291293
word_wrap (1.0.0)
292294
xcodeproj (1.23.0)

Diff for: Podfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Alamofire (4.8.2)
33
- NSObject-SafeExpectations (0.0.6)
4-
- OCMock (3.9.1)
4+
- OCMock (3.9.3)
55
- OHHTTPStubs (9.1.0):
66
- OHHTTPStubs/Default (= 9.1.0)
77
- OHHTTPStubs/Core (9.1.0)
@@ -17,8 +17,8 @@ PODS:
1717
- OHHTTPStubs/OHPathHelpers (9.1.0)
1818
- OHHTTPStubs/Swift (9.1.0):
1919
- OHHTTPStubs/Default
20-
- UIDeviceIdentifier (2.2.0)
21-
- WordPressShared (2.0.0-beta.2)
20+
- UIDeviceIdentifier (2.3.0)
21+
- WordPressShared (2.0.1)
2222
- wpxmlrpc (0.10.0)
2323

2424
DEPENDENCIES:
@@ -44,12 +44,12 @@ SPEC REPOS:
4444
SPEC CHECKSUMS:
4545
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
4646
NSObject-SafeExpectations: c01c8881cbd97efad6f668286b913cd0b7d62ab5
47-
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
47+
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
4848
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
49-
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
50-
WordPressShared: 04403b43f821c4ed2b84a2112ef9f64f1e7cdceb
49+
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
50+
WordPressShared: f93f99269258b46dad04f4e4dbf540ce2e5c1e66
5151
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
5252

5353
PODFILE CHECKSUM: 7998039b722f0fe77c684f509f0478349cf5fb9b
5454

55-
COCOAPODS: 1.14.2
55+
COCOAPODS: 1.14.3

0 commit comments

Comments
 (0)