Skip to content

Commit c9cee1a

Browse files
committed
chore(deps): update fastlane to v2.223.1
1 parent 72152d8 commit c9cee1a

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

android/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'fastlane', '2.222.0'
3+
gem 'fastlane', '2.223.1'

android/Gemfile.lock

+19-21
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.958.0)
14-
aws-sdk-core (3.201.3)
13+
aws-partitions (1.981.0)
14+
aws-sdk-core (3.209.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
17+
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.88.0)
20-
aws-sdk-core (~> 3, >= 3.201.0)
19+
aws-sdk-kms (1.94.0)
20+
aws-sdk-core (~> 3, >= 3.207.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.156.0)
23-
aws-sdk-core (~> 3, >= 3.201.0)
22+
aws-sdk-s3 (1.166.0)
23+
aws-sdk-core (~> 3, >= 3.207.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.9.0)
26+
aws-sigv4 (1.10.0)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -39,7 +39,7 @@ GEM
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
4141
excon (0.111.0)
42-
faraday (1.10.3)
42+
faraday (1.10.4)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
4545
faraday-excon (~> 1.1)
@@ -65,10 +65,10 @@ GEM
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
68-
faraday_middleware (1.2.0)
68+
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.222.0)
71+
fastlane (2.223.1)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -126,7 +126,7 @@ GEM
126126
google-apis-core (>= 0.11.0, < 2.a)
127127
google-apis-storage_v1 (0.31.0)
128128
google-apis-core (>= 0.11.0, < 2.a)
129-
google-cloud-core (1.7.0)
129+
google-cloud-core (1.7.1)
130130
google-cloud-env (>= 1.0, < 3.a)
131131
google-cloud-errors (~> 1.0)
132132
google-cloud-env (1.6.0)
@@ -147,12 +147,12 @@ GEM
147147
os (>= 0.9, < 2.0)
148148
signet (>= 0.16, < 2.a)
149149
highline (2.0.3)
150-
http-cookie (1.0.6)
150+
http-cookie (1.0.7)
151151
domain_name (~> 0.5)
152152
httpclient (2.8.3)
153153
jmespath (1.6.2)
154154
json (2.7.2)
155-
jwt (2.8.2)
155+
jwt (2.9.1)
156156
base64
157157
mini_magick (4.13.2)
158158
mini_mime (1.1.5)
@@ -171,8 +171,7 @@ GEM
171171
trailblazer-option (>= 0.1.1, < 0.2.0)
172172
uber (< 0.2.0)
173173
retriable (3.1.2)
174-
rexml (3.2.9)
175-
strscan
174+
rexml (3.3.8)
176175
rouge (2.0.7)
177176
ruby2_keywords (0.0.5)
178177
rubyzip (2.3.2)
@@ -185,7 +184,6 @@ GEM
185184
simctl (1.6.10)
186185
CFPropertyList
187186
naturally
188-
strscan (1.0.3)
189187
terminal-notifier (2.0.0)
190188
terminal-table (3.0.2)
191189
unicode-display_width (>= 1.1.1, < 3)
@@ -195,15 +193,15 @@ GEM
195193
tty-spinner (0.9.3)
196194
tty-cursor (~> 0.7)
197195
uber (0.1.0)
198-
unicode-display_width (2.5.0)
196+
unicode-display_width (2.6.0)
199197
word_wrap (1.0.0)
200-
xcodeproj (1.24.0)
198+
xcodeproj (1.25.0)
201199
CFPropertyList (>= 2.3.3, < 4.0)
202200
atomos (~> 0.1.3)
203201
claide (>= 1.0.2, < 2.0)
204202
colored2 (~> 3.1)
205203
nanaimo (~> 0.3.0)
206-
rexml (~> 3.2.4)
204+
rexml (>= 3.3.2, < 4.0)
207205
xcpretty (0.3.0)
208206
rouge (~> 2.0.7)
209207
xcpretty-travis-formatter (1.0.1)
@@ -215,7 +213,7 @@ PLATFORMS
215213
x86_64-linux
216214

217215
DEPENDENCIES
218-
fastlane (= 2.222.0)
216+
fastlane (= 2.223.1)
219217

220218
BUNDLED WITH
221219
2.4.10

0 commit comments

Comments
 (0)