Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 3ebc8cc

Browse files
committed
Update Ruby to 3.0.2
1 parent 617962b commit 3ebc8cc

File tree

3 files changed

+69
-65
lines changed

3 files changed

+69
-65
lines changed

Diff for: .ruby-version

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2.5.3
2-
1+
3.0.2

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.5.3'
1+
ruby '3.0.2'
22

33
source 'https://rubygems.org'
44

Diff for: Gemfile.lock

+67-62
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (5.2.8)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
78
i18n (>= 0.7, < 2)
89
minitest (~> 5.1)
@@ -14,24 +15,24 @@ GEM
1415
json (>= 1.5.1)
1516
artifactory (3.0.15)
1617
atomos (0.1.3)
17-
aws-eventstream (1.1.1)
18-
aws-partitions (1.488.0)
19-
aws-sdk-core (3.119.0)
18+
aws-eventstream (1.2.0)
19+
aws-partitions (1.602.0)
20+
aws-sdk-core (3.131.2)
2021
aws-eventstream (~> 1, >= 1.0.2)
21-
aws-partitions (~> 1, >= 1.239.0)
22+
aws-partitions (~> 1, >= 1.525.0)
2223
aws-sigv4 (~> 1.1)
23-
jmespath (~> 1.0)
24-
aws-sdk-kms (1.46.0)
25-
aws-sdk-core (~> 3, >= 3.119.0)
24+
jmespath (~> 1, >= 1.6.1)
25+
aws-sdk-kms (1.57.0)
26+
aws-sdk-core (~> 3, >= 3.127.0)
2627
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.99.0)
28-
aws-sdk-core (~> 3, >= 3.119.0)
28+
aws-sdk-s3 (1.114.0)
29+
aws-sdk-core (~> 3, >= 3.127.0)
2930
aws-sdk-kms (~> 1)
30-
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.4)
31+
aws-sigv4 (~> 1.4)
32+
aws-sigv4 (1.5.0)
3233
aws-eventstream (~> 1, >= 1.0.2)
3334
babosa (1.0.4)
34-
claide (1.0.3)
35+
claide (1.1.0)
3536
cocoapods (1.10.2)
3637
addressable (~> 2.6)
3738
claide (>= 1.0.2, < 2.0)
@@ -65,36 +66,37 @@ GEM
6566
cocoapods-plugins (1.0.0)
6667
nap
6768
cocoapods-search (1.0.1)
68-
cocoapods-trunk (1.5.0)
69+
cocoapods-trunk (1.6.0)
6970
nap (>= 0.8, < 2.0)
7071
netrc (~> 0.11)
7172
cocoapods-try (1.2.0)
7273
colored (1.2)
7374
colored2 (3.1.2)
7475
commander (4.6.0)
7576
highline (~> 2.0.0)
76-
concurrent-ruby (1.1.9)
77+
concurrent-ruby (1.1.10)
7778
declarative (0.0.20)
7879
digest-crc (0.6.4)
7980
rake (>= 12.0.0, < 14.0.0)
8081
domain_name (0.5.20190701)
8182
unf (>= 0.0.5, < 1.0.0)
8283
dotenv (2.7.6)
83-
emoji_regex (3.2.2)
84+
emoji_regex (3.2.3)
8485
escape (0.0.4)
85-
ethon (0.14.0)
86+
ethon (0.15.0)
8687
ffi (>= 1.15.0)
87-
excon (0.85.0)
88-
faraday (1.7.0)
88+
excon (0.92.3)
89+
faraday (1.10.0)
8990
faraday-em_http (~> 1.0)
9091
faraday-em_synchrony (~> 1.0)
9192
faraday-excon (~> 1.1)
92-
faraday-httpclient (~> 1.0.1)
93+
faraday-httpclient (~> 1.0)
94+
faraday-multipart (~> 1.0)
9395
faraday-net_http (~> 1.0)
94-
faraday-net_http_persistent (~> 1.1)
96+
faraday-net_http_persistent (~> 1.0)
9597
faraday-patron (~> 1.0)
9698
faraday-rack (~> 1.0)
97-
multipart-post (>= 1.2, < 3)
99+
faraday-retry (~> 1.0)
98100
ruby2_keywords (>= 0.0.4)
99101
faraday-cookie_jar (0.0.7)
100102
faraday (>= 0.8.0)
@@ -103,13 +105,16 @@ GEM
103105
faraday-em_synchrony (1.0.0)
104106
faraday-excon (1.1.0)
105107
faraday-httpclient (1.0.1)
108+
faraday-multipart (1.0.4)
109+
multipart-post (~> 2)
106110
faraday-net_http (1.0.1)
107111
faraday-net_http_persistent (1.2.0)
108112
faraday-patron (1.0.0)
109113
faraday-rack (1.0.0)
110-
faraday_middleware (1.1.0)
114+
faraday-retry (1.0.3)
115+
faraday_middleware (1.2.0)
111116
faraday (~> 1.0)
112-
fastimage (2.2.5)
117+
fastimage (2.2.6)
113118
fastlane (2.191.0)
114119
CFPropertyList (>= 2.3, < 4.0.0)
115120
addressable (>= 2.8, < 3.0.0)
@@ -148,13 +153,13 @@ GEM
148153
xcodeproj (>= 1.13.0, < 2.0.0)
149154
xcpretty (~> 0.3.0)
150155
xcpretty-travis-formatter (>= 0.0.3)
151-
ffi (1.15.3)
156+
ffi (1.15.5)
152157
fourflusher (2.3.1)
153158
fuzzy_match (2.0.4)
154159
gh_inspector (1.1.3)
155-
google-apis-androidpublisher_v3 (0.10.0)
156-
google-apis-core (>= 0.4, < 2.a)
157-
google-apis-core (0.4.1)
160+
google-apis-androidpublisher_v3 (0.23.0)
161+
google-apis-core (>= 0.6, < 2.a)
162+
google-apis-core (0.7.0)
158163
addressable (~> 2.5, >= 2.5.1)
159164
googleauth (>= 0.16.2, < 2.a)
160165
httpclient (>= 2.8.1, < 3.a)
@@ -163,58 +168,58 @@ GEM
163168
retriable (>= 2.0, < 4.a)
164169
rexml
165170
webrick
166-
google-apis-iamcredentials_v1 (0.6.0)
167-
google-apis-core (>= 0.4, < 2.a)
168-
google-apis-playcustomapp_v1 (0.5.0)
169-
google-apis-core (>= 0.4, < 2.a)
170-
google-apis-storage_v1 (0.6.0)
171-
google-apis-core (>= 0.4, < 2.a)
171+
google-apis-iamcredentials_v1 (0.12.0)
172+
google-apis-core (>= 0.6, < 2.a)
173+
google-apis-playcustomapp_v1 (0.9.0)
174+
google-apis-core (>= 0.6, < 2.a)
175+
google-apis-storage_v1 (0.16.0)
176+
google-apis-core (>= 0.6, < 2.a)
172177
google-cloud-core (1.6.0)
173178
google-cloud-env (~> 1.0)
174179
google-cloud-errors (~> 1.0)
175-
google-cloud-env (1.5.0)
176-
faraday (>= 0.17.3, < 2.0)
177-
google-cloud-errors (1.1.0)
178-
google-cloud-storage (1.34.1)
179-
addressable (~> 2.5)
180+
google-cloud-env (1.6.0)
181+
faraday (>= 0.17.3, < 3.0)
182+
google-cloud-errors (1.2.0)
183+
google-cloud-storage (1.37.0)
184+
addressable (~> 2.8)
180185
digest-crc (~> 0.4)
181186
google-apis-iamcredentials_v1 (~> 0.1)
182187
google-apis-storage_v1 (~> 0.1)
183188
google-cloud-core (~> 1.6)
184189
googleauth (>= 0.16.2, < 2.a)
185190
mini_mime (~> 1.0)
186-
googleauth (0.17.0)
187-
faraday (>= 0.17.3, < 2.0)
191+
googleauth (1.2.0)
192+
faraday (>= 0.17.3, < 3.a)
188193
jwt (>= 1.4, < 3.0)
189194
memoist (~> 0.16)
190195
multi_json (~> 1.11)
191196
os (>= 0.9, < 2.0)
192-
signet (~> 0.14)
197+
signet (>= 0.16, < 2.a)
193198
highline (2.0.3)
194-
http-cookie (1.0.4)
199+
http-cookie (1.0.5)
195200
domain_name (~> 0.5)
196201
httpclient (2.8.3)
197-
i18n (1.8.10)
202+
i18n (1.10.0)
198203
concurrent-ruby (~> 1.0)
199204
jmespath (1.6.1)
200-
json (2.5.1)
201-
jwt (2.2.3)
205+
json (2.6.2)
206+
jwt (2.4.1)
202207
memoist (0.16.2)
203208
mini_magick (4.11.0)
204-
mini_mime (1.1.0)
205-
minitest (5.14.4)
209+
mini_mime (1.1.2)
210+
minitest (5.16.1)
206211
molinillo (0.6.6)
207212
multi_json (1.15.0)
208213
multipart-post (2.0.0)
209214
nanaimo (0.3.0)
210215
nap (1.1.0)
211216
naturally (2.2.1)
212217
netrc (0.11.0)
213-
os (1.1.1)
218+
os (1.1.4)
214219
plist (3.6.0)
215-
public_suffix (4.0.6)
220+
public_suffix (4.0.7)
216221
rake (13.0.6)
217-
representable (3.1.1)
222+
representable (3.2.0)
218223
declarative (< 0.1.0)
219224
trailblazer-option (>= 0.1.1, < 0.2.0)
220225
uber (< 0.2.0)
@@ -225,9 +230,9 @@ GEM
225230
ruby2_keywords (0.0.5)
226231
rubyzip (2.3.2)
227232
security (0.1.3)
228-
signet (0.15.0)
229-
addressable (~> 2.3)
230-
faraday (>= 0.17.3, < 2.0)
233+
signet (0.17.0)
234+
addressable (~> 2.8)
235+
faraday (>= 0.17.5, < 3.a)
231236
jwt (>= 1.5, < 3.0)
232237
multi_json (~> 1.10)
233238
simctl (1.6.8)
@@ -237,7 +242,7 @@ GEM
237242
terminal-table (1.8.0)
238243
unicode-display_width (~> 1.1, >= 1.1.1)
239244
thread_safe (0.3.6)
240-
trailblazer-option (0.1.1)
245+
trailblazer-option (0.1.2)
241246
tty-cursor (0.7.1)
242247
tty-screen (0.8.1)
243248
tty-spinner (0.9.3)
@@ -249,11 +254,11 @@ GEM
249254
uber (0.1.0)
250255
unf (0.1.4)
251256
unf_ext
252-
unf_ext (0.0.7.7)
253-
unicode-display_width (1.7.0)
257+
unf_ext (0.0.8.2)
258+
unicode-display_width (1.8.0)
254259
webrick (1.7.0)
255260
word_wrap (1.0.0)
256-
xcodeproj (1.21.0)
261+
xcodeproj (1.22.0)
257262
CFPropertyList (>= 2.3.3, < 4.0)
258263
atomos (~> 0.1.3)
259264
claide (>= 1.0.2, < 2.0)
@@ -266,14 +271,14 @@ GEM
266271
xcpretty (~> 0.2, >= 0.0.7)
267272

268273
PLATFORMS
269-
ruby
274+
arm64-darwin-21
270275

271276
DEPENDENCIES
272277
cocoapods (~> 1.10.2)
273278
fastlane (~> 2.191.0)
274279

275280
RUBY VERSION
276-
ruby 2.5.3p105
281+
ruby 3.0.2p107
277282

278283
BUNDLED WITH
279-
1.17.3
284+
2.2.22

0 commit comments

Comments
 (0)