Skip to content

Commit 952888e

Browse files
Update dependency fastlane to "~> 2.228.0"
1 parent 30c974c commit 952888e

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

5-
gem "fastlane", "~> 2.227.0"
5+
gem "fastlane", "~> 2.228.0"
66
gem "fastlane-plugin-firebase_app_distribution", "~> 0.10.0"
77
gem "fastlane-plugin-update_xcodeproj", "~> 1.0.1"

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,26 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.2)
13-
aws-partitions (1.1065.0)
14-
aws-sdk-core (3.220.1)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1114.0)
14+
aws-sdk-core (3.225.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
base64
1919
jmespath (~> 1, >= 1.6.1)
20-
aws-sdk-kms (1.99.0)
21-
aws-sdk-core (~> 3, >= 3.216.0)
20+
logger
21+
aws-sdk-kms (1.104.0)
22+
aws-sdk-core (~> 3, >= 3.225.0)
2223
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.182.0)
24-
aws-sdk-core (~> 3, >= 3.216.0)
24+
aws-sdk-s3 (1.189.0)
25+
aws-sdk-core (~> 3, >= 3.225.0)
2526
aws-sdk-kms (~> 1)
2627
aws-sigv4 (~> 1.5)
27-
aws-sigv4 (1.11.0)
28+
aws-sigv4 (1.12.0)
2829
aws-eventstream (~> 1, >= 1.0.2)
2930
babosa (1.0.4)
30-
base64 (0.2.0)
31+
base64 (0.3.0)
3132
claide (1.1.0)
3233
colored (1.2)
3334
colored2 (3.1.2)
@@ -69,7 +70,7 @@ GEM
6970
faraday_middleware (1.2.1)
7071
faraday (~> 1.0)
7172
fastimage (2.4.0)
72-
fastlane (2.227.0)
73+
fastlane (2.228.0)
7374
CFPropertyList (>= 2.3, < 4.0.0)
7475
addressable (>= 2.8, < 3.0.0)
7576
artifactory (~> 3.0)
@@ -109,7 +110,7 @@ GEM
109110
tty-spinner (>= 0.8.0, < 1.0.0)
110111
word_wrap (~> 1.0.0)
111112
xcodeproj (>= 1.13.0, < 2.0.0)
112-
xcpretty (~> 0.4.0)
113+
xcpretty (~> 0.4.1)
113114
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
114115
fastlane-plugin-firebase_app_distribution (0.10.0)
115116
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
@@ -164,22 +165,23 @@ GEM
164165
httpclient (2.9.0)
165166
mutex_m
166167
jmespath (1.6.2)
167-
json (2.10.2)
168+
json (2.12.2)
168169
jwt (2.10.1)
169170
base64
171+
logger (1.7.0)
170172
mini_magick (4.13.2)
171173
mini_mime (1.1.5)
172174
multi_json (1.15.0)
173175
multipart-post (2.4.1)
174176
mutex_m (0.3.0)
175177
nanaimo (0.4.0)
176-
naturally (2.2.1)
178+
naturally (2.2.2)
177179
nkf (0.2.0)
178180
optparse (0.6.0)
179181
os (1.1.4)
180182
plist (3.7.2)
181183
public_suffix (5.1.1)
182-
rake (13.2.1)
184+
rake (13.3.0)
183185
representable (3.2.0)
184186
declarative (< 0.1.0)
185187
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -190,7 +192,7 @@ GEM
190192
ruby2_keywords (0.0.5)
191193
rubyzip (2.4.1)
192194
security (0.1.5)
193-
signet (0.19.0)
195+
signet (0.20.0)
194196
addressable (~> 2.8)
195197
faraday (>= 0.17.5, < 3.a)
196198
jwt (>= 1.5, < 3.0)
@@ -217,7 +219,7 @@ GEM
217219
colored2 (~> 3.1)
218220
nanaimo (~> 0.4.0)
219221
rexml (>= 3.3.6, < 4.0)
220-
xcpretty (0.4.0)
222+
xcpretty (0.4.1)
221223
rouge (~> 3.28.0)
222224
xcpretty-travis-formatter (1.0.1)
223225
xcpretty (~> 0.2, >= 0.0.7)
@@ -226,7 +228,7 @@ PLATFORMS
226228
ruby
227229

228230
DEPENDENCIES
229-
fastlane (~> 2.227.0)
231+
fastlane (~> 2.228.0)
230232
fastlane-plugin-firebase_app_distribution (~> 0.10.0)
231233
fastlane-plugin-update_xcodeproj (~> 1.0.1)
232234

0 commit comments

Comments
 (0)