Skip to content

Commit 40c0b64

Browse files
Bump fastlane from 2.229.0 to 2.229.1 (#673)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.229.0 to 2.229.1. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.229.0...fastlane/2.229.1) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.229.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d43b513 commit 40c0b64

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

Gemfile.lock

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,28 @@ GEM
77
public_suffix (>= 2.0.2, < 7.0)
88
artifactory (3.0.17)
99
atomos (0.1.3)
10-
aws-eventstream (1.3.2)
11-
aws-partitions (1.1109.0)
12-
aws-sdk-core (3.224.1)
10+
aws-eventstream (1.4.0)
11+
aws-partitions (1.1187.0)
12+
aws-sdk-core (3.239.1)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
1616
base64
17+
bigdecimal
1718
jmespath (~> 1, >= 1.6.1)
1819
logger
19-
aws-sdk-kms (1.101.0)
20-
aws-sdk-core (~> 3, >= 3.216.0)
20+
aws-sdk-kms (1.118.0)
21+
aws-sdk-core (~> 3, >= 3.239.1)
2122
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.188.0)
23-
aws-sdk-core (~> 3, >= 3.224.1)
23+
aws-sdk-s3 (1.205.0)
24+
aws-sdk-core (~> 3, >= 3.234.0)
2425
aws-sdk-kms (~> 1)
2526
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.11.0)
27+
aws-sigv4 (1.12.1)
2728
aws-eventstream (~> 1, >= 1.0.2)
2829
babosa (1.0.4)
29-
base64 (0.3.0)
30+
base64 (0.2.0)
31+
bigdecimal (3.3.1)
3032
cgi (0.5.0)
3133
claide (1.1.0)
3234
colored (1.2)
@@ -37,11 +39,10 @@ GEM
3739
declarative (0.0.20)
3840
digest-crc (0.7.0)
3941
rake (>= 12.0.0, < 14.0.0)
40-
domain_name (0.5.20190701)
41-
unf (>= 0.0.5, < 1.0.0)
42+
domain_name (0.6.20240107)
4243
dotenv (2.8.1)
4344
emoji_regex (3.2.3)
44-
excon (0.109.0)
45+
excon (0.112.0)
4546
faraday (1.10.4)
4647
faraday-em_http (~> 1.0)
4748
faraday-em_synchrony (~> 1.0)
@@ -71,13 +72,14 @@ GEM
7172
faraday_middleware (1.2.1)
7273
faraday (~> 1.0)
7374
fastimage (2.4.0)
74-
fastlane (2.229.0)
75+
fastlane (2.229.1)
7576
CFPropertyList (>= 2.3, < 4.0.0)
7677
abbrev (~> 0.1.2)
7778
addressable (>= 2.8, < 3.0.0)
7879
artifactory (~> 3.0)
7980
aws-sdk-s3 (~> 1.0)
8081
babosa (>= 1.0.3, < 2.0.0)
82+
base64 (~> 0.2.0)
8183
bundler (>= 1.12.0, < 3.0.0)
8284
colored (~> 1.2)
8385
commander (~> 4.6)
@@ -103,6 +105,7 @@ GEM
103105
multipart-post (>= 2.0.0, < 3.0.0)
104106
mutex_m (~> 0.3.0)
105107
naturally (~> 2.2)
108+
nkf (~> 0.2.0)
106109
optparse (>= 0.1.1, < 1.0.0)
107110
plist (>= 3.1.0, < 4.0.0)
108111
rubyzip (>= 2.0.0, < 3.0.0)
@@ -136,19 +139,19 @@ GEM
136139
google-apis-core (>= 0.11.0, < 2.a)
137140
google-apis-playcustomapp_v1 (0.13.0)
138141
google-apis-core (>= 0.11.0, < 2.a)
139-
google-apis-storage_v1 (0.29.0)
142+
google-apis-storage_v1 (0.31.0)
140143
google-apis-core (>= 0.11.0, < 2.a)
141-
google-cloud-core (1.6.1)
144+
google-cloud-core (1.8.0)
142145
google-cloud-env (>= 1.0, < 3.a)
143146
google-cloud-errors (~> 1.0)
144147
google-cloud-env (1.6.0)
145148
faraday (>= 0.17.3, < 3.0)
146-
google-cloud-errors (1.3.1)
147-
google-cloud-storage (1.45.0)
149+
google-cloud-errors (1.5.0)
150+
google-cloud-storage (1.47.0)
148151
addressable (~> 2.8)
149152
digest-crc (~> 0.4)
150153
google-apis-iamcredentials_v1 (~> 0.1)
151-
google-apis-storage_v1 (~> 0.29.0)
154+
google-apis-storage_v1 (~> 0.31.0)
152155
google-cloud-core (~> 1.6)
153156
googleauth (>= 0.16.2, < 2.a)
154157
mini_mime (~> 1.0)
@@ -164,21 +167,22 @@ GEM
164167
httpclient (2.9.0)
165168
mutex_m
166169
jmespath (1.6.2)
167-
json (2.7.6)
170+
json (2.16.0)
168171
jwt (2.10.2)
169172
base64
170173
logger (1.7.0)
171174
mini_magick (4.13.2)
172175
mini_mime (1.1.5)
173-
multi_json (1.15.0)
176+
multi_json (1.17.0)
174177
multipart-post (2.4.1)
175178
mutex_m (0.3.0)
176179
nanaimo (0.4.0)
177180
naturally (2.3.0)
181+
nkf (0.2.0)
178182
optparse (0.8.0)
179183
os (1.1.4)
180184
plist (3.7.2)
181-
public_suffix (5.1.1)
185+
public_suffix (6.0.2)
182186
rake (13.3.1)
183187
representable (3.2.0)
184188
declarative (< 0.1.0)
@@ -190,10 +194,10 @@ GEM
190194
ruby2_keywords (0.0.5)
191195
rubyzip (2.4.1)
192196
security (0.1.5)
193-
signet (0.18.0)
197+
signet (0.21.0)
194198
addressable (~> 2.8)
195199
faraday (>= 0.17.5, < 3.a)
196-
jwt (>= 1.5, < 3.0)
200+
jwt (>= 1.5, < 4.0)
197201
multi_json (~> 1.10)
198202
simctl (1.6.10)
199203
CFPropertyList
@@ -208,7 +212,6 @@ GEM
208212
tty-spinner (0.9.3)
209213
tty-cursor (~> 0.7)
210214
uber (0.1.0)
211-
unf (0.2.0)
212215
unicode-display_width (2.6.0)
213216
word_wrap (1.0.0)
214217
xcodeproj (1.27.0)

0 commit comments

Comments
 (0)