Skip to content

Commit 8a44c49

Browse files
Bundler: Bump fastlane from 2.223.1 to 2.224.0 in /iosHyperskillApp (#1202)
* Bundler: Bump fastlane from 2.223.1 to 2.224.0 in /iosHyperskillApp Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.223.1 to 2.224.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.223.1...fastlane/2.224.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 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 91681da commit 8a44c49

File tree

2 files changed

+10
-10
lines changed

2 files changed

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

iosHyperskillApp/Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
artifactory (3.0.17)
3838
atomos (0.1.3)
3939
aws-eventstream (1.3.0)
40-
aws-partitions (1.980.0)
40+
aws-partitions (1.989.0)
4141
aws-sdk-core (3.209.1)
4242
aws-eventstream (~> 1, >= 1.3.0)
4343
aws-partitions (~> 1, >= 1.651.0)
@@ -46,7 +46,7 @@ GEM
4646
aws-sdk-kms (1.94.0)
4747
aws-sdk-core (~> 3, >= 3.207.0)
4848
aws-sigv4 (~> 1.5)
49-
aws-sdk-s3 (1.166.0)
49+
aws-sdk-s3 (1.167.0)
5050
aws-sdk-core (~> 3, >= 3.207.0)
5151
aws-sdk-kms (~> 1)
5252
aws-sigv4 (~> 1.5)
@@ -109,7 +109,7 @@ GEM
109109
escape (0.0.4)
110110
ethon (0.16.0)
111111
ffi (>= 1.15.0)
112-
excon (0.111.0)
112+
excon (0.112.0)
113113
faraday (1.10.4)
114114
faraday-em_http (~> 1.0)
115115
faraday-em_synchrony (~> 1.0)
@@ -139,7 +139,7 @@ GEM
139139
faraday_middleware (1.2.1)
140140
faraday (~> 1.0)
141141
fastimage (2.3.1)
142-
fastlane (2.223.1)
142+
fastlane (2.224.0)
143143
CFPropertyList (>= 2.3, < 4.0.0)
144144
addressable (>= 2.8, < 3.0.0)
145145
artifactory (~> 3.0)
@@ -242,7 +242,7 @@ GEM
242242
concurrent-ruby (~> 1.0)
243243
jmespath (1.6.2)
244244
json (2.7.2)
245-
jwt (2.9.1)
245+
jwt (2.9.3)
246246
base64
247247
liquid (4.0.4)
248248
logger (1.6.1)
@@ -268,7 +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.7)
271+
rexml (3.3.8)
272272
rouge (2.0.7)
273273
ruby-macho (2.5.1)
274274
ruby2_keywords (0.0.5)
@@ -299,13 +299,13 @@ GEM
299299
uber (0.1.0)
300300
unicode-display_width (2.6.0)
301301
word_wrap (1.0.0)
302-
xcodeproj (1.25.0)
302+
xcodeproj (1.25.1)
303303
CFPropertyList (>= 2.3.3, < 4.0)
304304
atomos (~> 0.1.3)
305305
claide (>= 1.0.2, < 2.0)
306306
colored2 (~> 3.1)
307307
nanaimo (~> 0.3.0)
308-
rexml (>= 3.3.2, < 4.0)
308+
rexml (>= 3.3.6, < 4.0)
309309
xcpretty (0.3.0)
310310
rouge (~> 2.0.7)
311311
xcpretty-travis-formatter (1.0.1)
@@ -321,7 +321,7 @@ PLATFORMS
321321

322322
DEPENDENCIES
323323
cocoapods (= 1.15.2)
324-
fastlane (= 2.223.1)
324+
fastlane (= 2.224.0)
325325
fastlane-plugin-firebase_app_distribution
326326
fastlane-plugin-sentry
327327
generamba!

0 commit comments

Comments
 (0)