Skip to content

Commit d6e4aad

Browse files
authored
Merge pull request #146 from nnsnodnb/renovate/fastlane-2.x
2 parents e57305b + ab98095 commit d6e4aad

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
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.226.0"
5+
gem "fastlane", "~> 2.227.0"
66
gem "fastlane-plugin-firebase_app_distribution", "~> 0.10.0"
77
gem "fastlane-plugin-update_xcodeproj", "~> 1.0.1"

Gemfile.lock

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.0)
13-
aws-partitions (1.992.0)
14-
aws-sdk-core (3.210.0)
12+
aws-eventstream (1.3.2)
13+
aws-partitions (1.1065.0)
14+
aws-sdk-core (3.220.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
18+
base64
1819
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.95.0)
20-
aws-sdk-core (~> 3, >= 3.210.0)
20+
aws-sdk-kms (1.99.0)
21+
aws-sdk-core (~> 3, >= 3.216.0)
2122
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.169.0)
23-
aws-sdk-core (~> 3, >= 3.210.0)
23+
aws-sdk-s3 (1.182.0)
24+
aws-sdk-core (~> 3, >= 3.216.0)
2425
aws-sdk-kms (~> 1)
2526
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.0)
27+
aws-sigv4 (1.11.0)
2728
aws-eventstream (~> 1, >= 1.0.2)
2829
babosa (1.0.4)
2930
base64 (0.2.0)
@@ -33,7 +34,7 @@ GEM
3334
commander (4.6.0)
3435
highline (~> 2.0.0)
3536
declarative (0.0.20)
36-
digest-crc (0.6.5)
37+
digest-crc (0.7.0)
3738
rake (>= 12.0.0, < 14.0.0)
3839
domain_name (0.6.20240107)
3940
dotenv (2.8.1)
@@ -67,8 +68,8 @@ GEM
6768
faraday-retry (1.0.3)
6869
faraday_middleware (1.2.1)
6970
faraday (~> 1.0)
70-
fastimage (2.3.1)
71-
fastlane (2.226.0)
71+
fastimage (2.4.0)
72+
fastlane (2.227.0)
7273
CFPropertyList (>= 2.3, < 4.0.0)
7374
addressable (>= 2.8, < 3.0.0)
7475
artifactory (~> 3.0)
@@ -137,12 +138,12 @@ GEM
137138
google-apis-core (>= 0.11.0, < 2.a)
138139
google-apis-storage_v1 (0.31.0)
139140
google-apis-core (>= 0.11.0, < 2.a)
140-
google-cloud-core (1.7.1)
141+
google-cloud-core (1.8.0)
141142
google-cloud-env (>= 1.0, < 3.a)
142143
google-cloud-errors (~> 1.0)
143144
google-cloud-env (1.6.0)
144145
faraday (>= 0.17.3, < 3.0)
145-
google-cloud-errors (1.4.0)
146+
google-cloud-errors (1.5.0)
146147
google-cloud-storage (1.47.0)
147148
addressable (~> 2.8)
148149
digest-crc (~> 0.4)
@@ -158,34 +159,36 @@ GEM
158159
os (>= 0.9, < 2.0)
159160
signet (>= 0.16, < 2.a)
160161
highline (2.0.3)
161-
http-cookie (1.0.7)
162+
http-cookie (1.0.8)
162163
domain_name (~> 0.5)
163-
httpclient (2.8.3)
164+
httpclient (2.9.0)
165+
mutex_m
164166
jmespath (1.6.2)
165-
json (2.7.2)
167+
json (2.10.2)
166168
jwt (2.10.1)
167169
base64
168170
mini_magick (4.13.2)
169171
mini_mime (1.1.5)
170172
multi_json (1.15.0)
171173
multipart-post (2.4.1)
172-
nanaimo (0.3.0)
174+
mutex_m (0.3.0)
175+
nanaimo (0.4.0)
173176
naturally (2.2.1)
174177
nkf (0.2.0)
175-
optparse (0.5.0)
178+
optparse (0.6.0)
176179
os (1.1.4)
177-
plist (3.7.1)
180+
plist (3.7.2)
178181
public_suffix (5.1.1)
179182
rake (13.2.1)
180183
representable (3.2.0)
181184
declarative (< 0.1.0)
182185
trailblazer-option (>= 0.1.1, < 0.2.0)
183186
uber (< 0.2.0)
184187
retriable (3.1.2)
185-
rexml (3.4.0)
188+
rexml (3.4.1)
186189
rouge (3.28.0)
187190
ruby2_keywords (0.0.5)
188-
rubyzip (2.3.2)
191+
rubyzip (2.4.1)
189192
security (0.1.5)
190193
signet (0.19.0)
191194
addressable (~> 2.8)
@@ -207,12 +210,12 @@ GEM
207210
uber (0.1.0)
208211
unicode-display_width (2.6.0)
209212
word_wrap (1.0.0)
210-
xcodeproj (1.25.1)
213+
xcodeproj (1.27.0)
211214
CFPropertyList (>= 2.3.3, < 4.0)
212215
atomos (~> 0.1.3)
213216
claide (>= 1.0.2, < 2.0)
214217
colored2 (~> 3.1)
215-
nanaimo (~> 0.3.0)
218+
nanaimo (~> 0.4.0)
216219
rexml (>= 3.3.6, < 4.0)
217220
xcpretty (0.4.0)
218221
rouge (~> 3.28.0)
@@ -223,7 +226,7 @@ PLATFORMS
223226
ruby
224227

225228
DEPENDENCIES
226-
fastlane (~> 2.226.0)
229+
fastlane (~> 2.227.0)
227230
fastlane-plugin-firebase_app_distribution (~> 0.10.0)
228231
fastlane-plugin-update_xcodeproj (~> 1.0.1)
229232

0 commit comments

Comments
 (0)