Skip to content

Commit 1fa5f87

Browse files
Bundler: Bump fastlane from 2.226.0 to 2.231.1 in /iosHyperskillApp
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.226.0 to 2.231.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.226.0...fastlane/2.231.1) --- updated-dependencies: - dependency-name: fastlane dependency-version: 2.231.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1af713b commit 1fa5f87

2 files changed

Lines changed: 34 additions & 26 deletions

File tree

iosHyperskillApp/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby "3.3.0"
33

4-
gem "fastlane", "2.226.0"
4+
gem "fastlane", "2.231.1"
55
gem "cocoapods", "1.16.2"
66
gem "generamba", git: "https://github.com/ivan-magda/Generamba.git", branch: "develop"
77

iosHyperskillApp/Gemfile.lock

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ GIT
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
CFPropertyList (3.0.7)
18-
base64
19-
nkf
20-
rexml
17+
CFPropertyList (3.0.8)
18+
abbrev (0.1.2)
2119
activesupport (7.2.2.2)
2220
base64
2321
benchmark (>= 0.3)
@@ -30,34 +28,34 @@ GEM
3028
minitest (>= 5.1)
3129
securerandom (>= 0.3)
3230
tzinfo (~> 2.0, >= 2.0.5)
33-
addressable (2.8.7)
34-
public_suffix (>= 2.0.2, < 7.0)
31+
addressable (2.8.8)
32+
public_suffix (>= 2.0.2, < 8.0)
3533
algoliasearch (1.27.5)
3634
httpclient (~> 2.8, >= 2.8.3)
3735
json (>= 1.5.1)
3836
artifactory (3.0.17)
3937
atomos (0.1.3)
4038
aws-eventstream (1.4.0)
41-
aws-partitions (1.1196.0)
42-
aws-sdk-core (3.240.0)
39+
aws-partitions (1.1208.0)
40+
aws-sdk-core (3.241.4)
4341
aws-eventstream (~> 1, >= 1.3.0)
4442
aws-partitions (~> 1, >= 1.992.0)
4543
aws-sigv4 (~> 1.9)
4644
base64
4745
bigdecimal
4846
jmespath (~> 1, >= 1.6.1)
4947
logger
50-
aws-sdk-kms (1.118.0)
51-
aws-sdk-core (~> 3, >= 3.239.1)
48+
aws-sdk-kms (1.121.0)
49+
aws-sdk-core (~> 3, >= 3.241.4)
5250
aws-sigv4 (~> 1.5)
53-
aws-sdk-s3 (1.208.0)
54-
aws-sdk-core (~> 3, >= 3.234.0)
51+
aws-sdk-s3 (1.212.0)
52+
aws-sdk-core (~> 3, >= 3.241.4)
5553
aws-sdk-kms (~> 1)
5654
aws-sigv4 (~> 1.5)
5755
aws-sigv4 (1.12.1)
5856
aws-eventstream (~> 1, >= 1.0.2)
5957
babosa (1.0.4)
60-
base64 (0.3.0)
58+
base64 (0.2.0)
6159
benchmark (0.4.1)
6260
bigdecimal (4.0.1)
6361
claide (1.1.0)
@@ -104,6 +102,7 @@ GEM
104102
highline (~> 2.0.0)
105103
concurrent-ruby (1.3.5)
106104
connection_pool (2.5.4)
105+
csv (3.3.5)
107106
declarative (0.0.20)
108107
digest-crc (0.7.0)
109108
rake (>= 12.0.0, < 14.0.0)
@@ -127,14 +126,14 @@ GEM
127126
faraday-rack (~> 1.0)
128127
faraday-retry (~> 1.0)
129128
ruby2_keywords (>= 0.0.4)
130-
faraday-cookie_jar (0.0.7)
129+
faraday-cookie_jar (0.0.8)
131130
faraday (>= 0.8.0)
132-
http-cookie (~> 1.0.0)
131+
http-cookie (>= 1.0.0)
133132
faraday-em_http (1.0.0)
134133
faraday-em_synchrony (1.0.1)
135134
faraday-excon (1.1.0)
136135
faraday-httpclient (1.0.1)
137-
faraday-multipart (1.1.1)
136+
faraday-multipart (1.2.0)
138137
multipart-post (~> 2.0)
139138
faraday-net_http (1.0.2)
140139
faraday-net_http_persistent (1.2.0)
@@ -144,15 +143,19 @@ GEM
144143
faraday_middleware (1.2.1)
145144
faraday (~> 1.0)
146145
fastimage (2.4.0)
147-
fastlane (2.226.0)
146+
fastlane (2.231.1)
148147
CFPropertyList (>= 2.3, < 4.0.0)
148+
abbrev (~> 0.1.2)
149149
addressable (>= 2.8, < 3.0.0)
150150
artifactory (~> 3.0)
151151
aws-sdk-s3 (~> 1.0)
152152
babosa (>= 1.0.3, < 2.0.0)
153-
bundler (>= 1.12.0, < 3.0.0)
153+
base64 (~> 0.2.0)
154+
benchmark (>= 0.1.0)
155+
bundler (>= 1.17.3, < 5.0.0)
154156
colored (~> 1.2)
155157
commander (~> 4.6)
158+
csv (~> 3.3)
156159
dotenv (>= 2.1.1, < 3.0.0)
157160
emoji_regex (>= 0.1, < 4.0)
158161
excon (>= 0.71.0, < 1.0.0)
@@ -170,10 +173,14 @@ GEM
170173
http-cookie (~> 1.0.5)
171174
json (< 3.0.0)
172175
jwt (>= 2.1.0, < 3)
176+
logger (>= 1.6, < 2.0)
173177
mini_magick (>= 4.9.4, < 5.0.0)
174178
multipart-post (>= 2.0.0, < 3.0.0)
179+
mutex_m (~> 0.3.0)
175180
naturally (~> 2.2)
181+
nkf (~> 0.2.0)
176182
optparse (>= 0.1.1, < 1.0.0)
183+
ostruct (>= 0.1.0)
177184
plist (>= 3.1.0, < 4.0.0)
178185
rubyzip (>= 2.0.0, < 3.0.0)
179186
security (= 0.1.5)
@@ -184,7 +191,7 @@ GEM
184191
tty-spinner (>= 0.8.0, < 1.0.0)
185192
word_wrap (~> 1.0.0)
186193
xcodeproj (>= 1.13.0, < 2.0.0)
187-
xcpretty (~> 0.4.0)
194+
xcpretty (~> 0.4.1)
188195
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
189196
fastlane-plugin-firebase_app_distribution (0.10.1)
190197
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
@@ -250,7 +257,7 @@ GEM
250257
i18n (1.14.7)
251258
concurrent-ruby (~> 1.0)
252259
jmespath (1.6.2)
253-
json (2.13.2)
260+
json (2.18.0)
254261
jwt (2.10.2)
255262
base64
256263
liquid (4.0.4)
@@ -259,26 +266,27 @@ GEM
259266
mini_mime (1.1.5)
260267
minitest (5.25.5)
261268
molinillo (0.8.0)
262-
multi_json (1.17.0)
269+
multi_json (1.19.1)
263270
multipart-post (2.4.1)
264271
mutex_m (0.3.0)
265272
nanaimo (0.4.0)
266273
nap (1.1.0)
267274
naturally (2.3.0)
268275
netrc (0.11.0)
269276
nkf (0.2.0)
270-
optparse (0.6.0)
277+
optparse (0.8.1)
271278
os (1.1.4)
279+
ostruct (0.6.3)
272280
plist (3.7.2)
273281
public_suffix (4.0.7)
274-
rake (13.3.0)
282+
rake (13.3.1)
275283
rchardet (1.9.0)
276284
representable (3.2.0)
277285
declarative (< 0.1.0)
278286
trailblazer-option (>= 0.1.1, < 0.2.0)
279287
uber (< 0.2.0)
280288
retriable (3.1.2)
281-
rexml (3.4.2)
289+
rexml (3.4.4)
282290
rouge (3.28.0)
283291
ruby-macho (2.5.1)
284292
ruby2_keywords (0.0.5)
@@ -332,7 +340,7 @@ PLATFORMS
332340

333341
DEPENDENCIES
334342
cocoapods (= 1.16.2)
335-
fastlane (= 2.226.0)
343+
fastlane (= 2.231.1)
336344
fastlane-plugin-firebase_app_distribution
337345
fastlane-plugin-sentry
338346
generamba!

0 commit comments

Comments
 (0)