Skip to content

Commit b88f405

Browse files
Bundler: Bump fastlane from 2.222.0 to 2.223.0 in /iosHyperskillApp (#1193)
* Bundler: Bump fastlane from 2.222.0 to 2.223.0 in /iosHyperskillApp Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.222.0 to 2.223.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.222.0...fastlane/2.223.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Pin fastlane_version * Run bundle update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Magda <[email protected]>
1 parent 568953d commit b88f405

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

iosHyperskillApp/Gemfile

+1-1
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.222.0"
4+
gem "fastlane", "2.223.0"
55
gem "cocoapods", "1.15.2"
66
gem "generamba", git: "https://github.com/ivan-magda/Generamba.git", branch: "develop"
77

iosHyperskillApp/Gemfile.lock

+17-19
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ GEM
3737
artifactory (3.0.17)
3838
atomos (0.1.3)
3939
aws-eventstream (1.3.0)
40-
aws-partitions (1.968.0)
41-
aws-sdk-core (3.202.0)
40+
aws-partitions (1.980.0)
41+
aws-sdk-core (3.209.1)
4242
aws-eventstream (~> 1, >= 1.3.0)
4343
aws-partitions (~> 1, >= 1.651.0)
4444
aws-sigv4 (~> 1.9)
4545
jmespath (~> 1, >= 1.6.1)
46-
aws-sdk-kms (1.88.0)
47-
aws-sdk-core (~> 3, >= 3.201.0)
46+
aws-sdk-kms (1.94.0)
47+
aws-sdk-core (~> 3, >= 3.207.0)
4848
aws-sigv4 (~> 1.5)
49-
aws-sdk-s3 (1.159.0)
50-
aws-sdk-core (~> 3, >= 3.201.0)
49+
aws-sdk-s3 (1.166.0)
50+
aws-sdk-core (~> 3, >= 3.207.0)
5151
aws-sdk-kms (~> 1)
5252
aws-sigv4 (~> 1.5)
53-
aws-sigv4 (1.9.1)
53+
aws-sigv4 (1.10.0)
5454
aws-eventstream (~> 1, >= 1.0.2)
5555
babosa (1.0.4)
5656
base64 (0.2.0)
@@ -110,7 +110,7 @@ GEM
110110
ethon (0.16.0)
111111
ffi (>= 1.15.0)
112112
excon (0.111.0)
113-
faraday (1.10.3)
113+
faraday (1.10.4)
114114
faraday-em_http (~> 1.0)
115115
faraday-em_synchrony (~> 1.0)
116116
faraday-excon (~> 1.1)
@@ -136,10 +136,10 @@ GEM
136136
faraday-patron (1.0.0)
137137
faraday-rack (1.0.0)
138138
faraday-retry (1.0.3)
139-
faraday_middleware (1.2.0)
139+
faraday_middleware (1.2.1)
140140
faraday (~> 1.0)
141141
fastimage (2.3.1)
142-
fastlane (2.222.0)
142+
fastlane (2.223.0)
143143
CFPropertyList (>= 2.3, < 4.0.0)
144144
addressable (>= 2.8, < 3.0.0)
145145
artifactory (~> 3.0)
@@ -183,7 +183,7 @@ GEM
183183
fastlane-plugin-firebase_app_distribution (0.9.1)
184184
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
185185
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
186-
fastlane-plugin-sentry (1.24.0)
186+
fastlane-plugin-sentry (1.25.0)
187187
os (~> 1.1, >= 1.1.4)
188188
ffi (1.17.0-arm64-darwin)
189189
ffi (1.17.0-x86_64-darwin)
@@ -238,14 +238,14 @@ GEM
238238
http-cookie (1.0.7)
239239
domain_name (~> 0.5)
240240
httpclient (2.8.3)
241-
i18n (1.14.5)
241+
i18n (1.14.6)
242242
concurrent-ruby (~> 1.0)
243243
jmespath (1.6.2)
244244
json (2.7.2)
245-
jwt (2.8.2)
245+
jwt (2.9.1)
246246
base64
247247
liquid (4.0.4)
248-
logger (1.6.0)
248+
logger (1.6.1)
249249
mini_magick (4.13.2)
250250
mini_mime (1.1.5)
251251
minitest (5.25.1)
@@ -268,8 +268,7 @@ GEM
268268
trailblazer-option (>= 0.1.1, < 0.2.0)
269269
uber (< 0.2.0)
270270
retriable (3.1.2)
271-
rexml (3.3.6)
272-
strscan
271+
rexml (3.3.7)
273272
rouge (2.0.7)
274273
ruby-macho (2.5.1)
275274
ruby2_keywords (0.0.5)
@@ -284,7 +283,6 @@ GEM
284283
simctl (1.6.10)
285284
CFPropertyList
286285
naturally
287-
strscan (3.1.0)
288286
terminal-notifier (2.0.0)
289287
terminal-table (3.0.2)
290288
unicode-display_width (>= 1.1.1, < 3)
@@ -299,7 +297,7 @@ GEM
299297
tzinfo (2.0.6)
300298
concurrent-ruby (~> 1.0)
301299
uber (0.1.0)
302-
unicode-display_width (2.5.0)
300+
unicode-display_width (2.6.0)
303301
word_wrap (1.0.0)
304302
xcodeproj (1.25.0)
305303
CFPropertyList (>= 2.3.3, < 4.0)
@@ -323,7 +321,7 @@ PLATFORMS
323321

324322
DEPENDENCIES
325323
cocoapods (= 1.15.2)
326-
fastlane (= 2.222.0)
324+
fastlane (= 2.223.0)
327325
fastlane-plugin-firebase_app_distribution
328326
fastlane-plugin-sentry
329327
generamba!

iosHyperskillApp/fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastlane_version "2.222.0"
1+
fastlane_version "2.223.0"
22

33
default_platform(:ios)
44

0 commit comments

Comments
 (0)