Skip to content

Commit 481b700

Browse files
authored
chore: Bundle update (#1320)
1 parent c622147 commit 481b700

File tree

1 file changed

+91
-60
lines changed

1 file changed

+91
-60
lines changed

Gemfile.lock

Lines changed: 91 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/aws-amplify/amplify-ci-support
3-
revision: 6834d2f713813fd069061fea4c48b558924fdb60
3+
revision: f3ebefa2e64eba64b7bb05aad51e1e91f0c74112
44
branch: main
55
glob: src/fastlane/release_actions/*.gemspec
66
specs:
@@ -15,29 +15,30 @@ GEM
1515
i18n (>= 0.7, < 2)
1616
minitest (~> 5.1)
1717
tzinfo (~> 1.1)
18-
addressable (2.7.0)
18+
addressable (2.8.0)
1919
public_suffix (>= 2.0.2, < 5.0)
2020
algoliasearch (1.27.5)
2121
httpclient (~> 2.8, >= 2.8.3)
2222
json (>= 1.5.1)
23+
artifactory (3.0.15)
2324
atomos (0.1.3)
24-
aws-eventstream (1.1.0)
25-
aws-partitions (1.350.0)
26-
aws-sdk-core (3.104.3)
25+
aws-eventstream (1.1.1)
26+
aws-partitions (1.478.0)
27+
aws-sdk-core (3.117.0)
2728
aws-eventstream (~> 1, >= 1.0.2)
2829
aws-partitions (~> 1, >= 1.239.0)
2930
aws-sigv4 (~> 1.1)
3031
jmespath (~> 1.0)
31-
aws-sdk-kms (1.36.0)
32-
aws-sdk-core (~> 3, >= 3.99.0)
32+
aws-sdk-kms (1.44.0)
33+
aws-sdk-core (~> 3, >= 3.112.0)
3334
aws-sigv4 (~> 1.1)
34-
aws-sdk-s3 (1.75.0)
35-
aws-sdk-core (~> 3, >= 3.104.1)
35+
aws-sdk-s3 (1.96.1)
36+
aws-sdk-core (~> 3, >= 3.112.0)
3637
aws-sdk-kms (~> 1)
3738
aws-sigv4 (~> 1.1)
38-
aws-sigv4 (1.2.1)
39+
aws-sigv4 (1.2.4)
3940
aws-eventstream (~> 1, >= 1.0.2)
40-
babosa (1.0.3)
41+
babosa (1.0.4)
4142
claide (1.0.3)
4243
cocoapods (1.10.1)
4344
addressable (~> 2.6)
@@ -78,37 +79,52 @@ GEM
7879
cocoapods-try (1.2.0)
7980
colored (1.2)
8081
colored2 (3.1.2)
81-
commander-fastlane (4.4.6)
82-
highline (~> 1.7.2)
83-
concurrent-ruby (1.1.8)
82+
commander (4.6.0)
83+
highline (~> 2.0.0)
84+
concurrent-ruby (1.1.9)
8485
declarative (0.0.20)
85-
declarative-option (0.1.0)
86-
digest-crc (0.6.1)
87-
rake (~> 13.0)
86+
digest-crc (0.6.3)
87+
rake (>= 12.0.0, < 14.0.0)
8888
domain_name (0.5.20190701)
8989
unf (>= 0.0.5, < 1.0.0)
9090
dotenv (2.7.6)
91-
emoji_regex (3.0.0)
91+
emoji_regex (3.2.2)
9292
escape (0.0.4)
9393
ethon (0.14.0)
9494
ffi (>= 1.15.0)
95-
excon (0.76.0)
96-
faraday (1.0.1)
95+
excon (0.84.0)
96+
faraday (1.5.1)
97+
faraday-em_http (~> 1.0)
98+
faraday-em_synchrony (~> 1.0)
99+
faraday-excon (~> 1.1)
100+
faraday-httpclient (~> 1.0.1)
101+
faraday-net_http (~> 1.0)
102+
faraday-net_http_persistent (~> 1.1)
103+
faraday-patron (~> 1.0)
97104
multipart-post (>= 1.2, < 3)
98-
faraday-cookie_jar (0.0.6)
99-
faraday (>= 0.7.4)
105+
ruby2_keywords (>= 0.0.4)
106+
faraday-cookie_jar (0.0.7)
107+
faraday (>= 0.8.0)
100108
http-cookie (~> 1.0.0)
109+
faraday-em_http (1.0.0)
110+
faraday-em_synchrony (1.0.0)
111+
faraday-excon (1.1.0)
112+
faraday-httpclient (1.0.1)
113+
faraday-net_http (1.0.1)
114+
faraday-net_http_persistent (1.2.0)
115+
faraday-patron (1.0.0)
101116
faraday_middleware (1.0.0)
102117
faraday (~> 1.0)
103-
fastimage (2.2.0)
104-
fastlane (2.154.0)
118+
fastimage (2.2.4)
119+
fastlane (2.187.0)
105120
CFPropertyList (>= 2.3, < 4.0.0)
106121
addressable (>= 2.3, < 3.0.0)
122+
artifactory (~> 3.0)
107123
aws-sdk-s3 (~> 1.0)
108124
babosa (>= 1.0.3, < 2.0.0)
109125
bundler (>= 1.12.0, < 3.0.0)
110126
colored
111-
commander-fastlane (>= 4.4.6, < 5.0.0)
127+
commander (~> 4.6)
112128
dotenv (>= 2.1.1, < 3.0.0)
113129
emoji_regex (>= 0.1, < 4.0)
114130
excon (>= 0.71.0, < 1.0.0)
@@ -117,18 +133,19 @@ GEM
117133
faraday_middleware (~> 1.0)
118134
fastimage (>= 2.1.0, < 3.0.0)
119135
gh_inspector (>= 1.1.2, < 2.0.0)
120-
google-api-client (>= 0.37.0, < 0.39.0)
121-
google-cloud-storage (>= 1.15.0, < 2.0.0)
122-
highline (>= 1.7.2, < 2.0.0)
136+
google-apis-androidpublisher_v3 (~> 0.1)
137+
google-apis-playcustomapp_v1 (~> 0.1)
138+
google-cloud-storage (~> 1.31)
139+
highline (~> 2.0)
123140
json (< 3.0.0)
124141
jwt (>= 2.1.0, < 3)
125142
mini_magick (>= 4.9.4, < 5.0.0)
126143
multipart-post (~> 2.0.0)
144+
naturally (~> 2.2)
127145
plist (>= 3.1.0, < 4.0.0)
128146
rubyzip (>= 2.0.0, < 3.0.0)
129147
security (= 0.1.3)
130148
simctl (~> 1.6.3)
131-
slack-notifier (>= 2.0.0, < 3.0.0)
132149
terminal-notifier (>= 2.0.0, < 3.0.0)
133150
terminal-table (>= 1.4.5, < 2.0.0)
134151
tty-screen (>= 0.6.3, < 1.0.0)
@@ -137,84 +154,96 @@ GEM
137154
xcodeproj (>= 1.13.0, < 2.0.0)
138155
xcpretty (~> 0.3.0)
139156
xcpretty-travis-formatter (>= 0.0.3)
140-
ffi (1.15.0)
157+
ffi (1.15.3)
141158
fourflusher (2.3.1)
142159
fuzzy_match (2.0.4)
143160
gh_inspector (1.1.3)
144-
google-api-client (0.38.0)
161+
google-apis-androidpublisher_v3 (0.8.0)
162+
google-apis-core (>= 0.4, < 2.a)
163+
google-apis-core (0.4.0)
145164
addressable (~> 2.5, >= 2.5.1)
146-
googleauth (~> 0.9)
147-
httpclient (>= 2.8.1, < 3.0)
165+
googleauth (>= 0.16.2, < 2.a)
166+
httpclient (>= 2.8.1, < 3.a)
148167
mini_mime (~> 1.0)
149168
representable (~> 3.0)
150-
retriable (>= 2.0, < 4.0)
151-
signet (~> 0.12)
152-
google-cloud-core (1.5.0)
169+
retriable (>= 2.0, < 4.a)
170+
rexml
171+
webrick
172+
google-apis-iamcredentials_v1 (0.6.0)
173+
google-apis-core (>= 0.4, < 2.a)
174+
google-apis-playcustomapp_v1 (0.5.0)
175+
google-apis-core (>= 0.4, < 2.a)
176+
google-apis-storage_v1 (0.6.0)
177+
google-apis-core (>= 0.4, < 2.a)
178+
google-cloud-core (1.6.0)
153179
google-cloud-env (~> 1.0)
154180
google-cloud-errors (~> 1.0)
155-
google-cloud-env (1.3.3)
181+
google-cloud-env (1.5.0)
156182
faraday (>= 0.17.3, < 2.0)
157-
google-cloud-errors (1.0.1)
158-
google-cloud-storage (1.27.0)
183+
google-cloud-errors (1.1.0)
184+
google-cloud-storage (1.34.1)
159185
addressable (~> 2.5)
160186
digest-crc (~> 0.4)
161-
google-api-client (~> 0.33)
162-
google-cloud-core (~> 1.2)
163-
googleauth (~> 0.9)
187+
google-apis-iamcredentials_v1 (~> 0.1)
188+
google-apis-storage_v1 (~> 0.1)
189+
google-cloud-core (~> 1.6)
190+
googleauth (>= 0.16.2, < 2.a)
164191
mini_mime (~> 1.0)
165-
googleauth (0.13.1)
192+
googleauth (0.16.2)
166193
faraday (>= 0.17.3, < 2.0)
167194
jwt (>= 1.4, < 3.0)
168195
memoist (~> 0.16)
169196
multi_json (~> 1.11)
170197
os (>= 0.9, < 2.0)
171198
signet (~> 0.14)
172-
highline (1.7.10)
173-
http-cookie (1.0.3)
199+
highline (2.0.3)
200+
http-cookie (1.0.4)
174201
domain_name (~> 0.5)
175202
httpclient (2.8.3)
176203
i18n (1.8.10)
177204
concurrent-ruby (~> 1.0)
178205
jmespath (1.4.0)
179206
json (2.5.1)
180-
jwt (2.2.1)
207+
jwt (2.2.3)
181208
memoist (0.16.2)
182-
mini_magick (4.10.1)
183-
mini_mime (1.0.2)
209+
mini_magick (4.11.0)
210+
mini_mime (1.1.0)
184211
minitest (5.14.4)
185212
molinillo (0.6.6)
186213
multi_json (1.15.0)
187214
multipart-post (2.0.0)
188215
nanaimo (0.3.0)
189216
nap (1.1.0)
190-
naturally (2.2.0)
217+
naturally (2.2.1)
191218
netrc (0.11.0)
192219
os (1.1.1)
193-
plist (3.5.0)
194-
public_suffix (4.0.5)
195-
rake (13.0.1)
196-
representable (3.0.4)
220+
plist (3.6.0)
221+
public_suffix (4.0.6)
222+
rake (13.0.6)
223+
representable (3.1.1)
197224
declarative (< 0.1.0)
198-
declarative-option (< 0.2.0)
225+
trailblazer-option (>= 0.1.1, < 0.2.0)
199226
uber (< 0.2.0)
200227
retriable (3.1.2)
228+
rexml (3.2.5)
201229
rouge (2.0.7)
202230
ruby-macho (1.4.0)
203-
rubyzip (2.3.0)
231+
ruby2_keywords (0.0.4)
232+
rubyzip (2.3.2)
204233
security (0.1.3)
205-
signet (0.14.0)
234+
signet (0.15.0)
206235
addressable (~> 2.3)
207236
faraday (>= 0.17.3, < 2.0)
208237
jwt (>= 1.5, < 3.0)
209238
multi_json (~> 1.10)
210239
simctl (1.6.8)
211240
CFPropertyList
212241
naturally
213-
slack-notifier (2.3.2)
214242
terminal-notifier (2.0.0)
215243
terminal-table (1.8.0)
216244
unicode-display_width (~> 1.1, >= 1.1.1)
217245
thread_safe (0.3.6)
246+
trailblazer-option (0.1.1)
218247
tty-cursor (0.7.1)
219248
tty-screen (0.8.1)
220249
tty-spinner (0.9.3)
@@ -228,16 +257,18 @@ GEM
228257
unf_ext
229258
unf_ext (0.0.7.7)
230259
unicode-display_width (1.7.0)
260+
webrick (1.7.0)
231261
word_wrap (1.0.0)
232-
xcodeproj (1.19.0)
262+
xcodeproj (1.20.0)
233263
CFPropertyList (>= 2.3.3, < 4.0)
234264
atomos (~> 0.1.3)
235265
claide (>= 1.0.2, < 2.0)
236266
colored2 (~> 3.1)
237267
nanaimo (~> 0.3.0)
268+
rexml (~> 3.2.4)
238269
xcpretty (0.3.0)
239270
rouge (~> 2.0.7)
240-
xcpretty-travis-formatter (1.0.0)
271+
xcpretty-travis-formatter (1.0.1)
241272
xcpretty (~> 0.2, >= 0.0.7)
242273

243274
PLATFORMS
@@ -250,4 +281,4 @@ DEPENDENCIES
250281
xcpretty
251282

252283
BUNDLED WITH
253-
2.1.4
284+
2.2.23

0 commit comments

Comments
 (0)