Skip to content

Commit 91681da

Browse files
Bundler: Bump fastlane from 2.223.1 to 2.224.0 in /androidHyperskillApp (#1201)
* Bundler: Bump fastlane from 2.223.1 to 2.224.0 in /androidHyperskillApp 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 fc92837 commit 91681da

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

androidHyperskillApp/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 "rexml", ">= 3.3.6"
66

77
eval_gemfile("fastlane/Pluginfile")

androidHyperskillApp/Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.980.0)
13+
aws-partitions (1.989.0)
1414
aws-sdk-core (3.209.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
@@ -19,7 +19,7 @@ GEM
1919
aws-sdk-kms (1.94.0)
2020
aws-sdk-core (~> 3, >= 3.207.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.166.0)
22+
aws-sdk-s3 (1.167.0)
2323
aws-sdk-core (~> 3, >= 3.207.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
@@ -38,7 +38,7 @@ GEM
3838
domain_name (0.6.20240107)
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
41-
excon (0.111.0)
41+
excon (0.112.0)
4242
faraday (1.10.4)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
@@ -68,7 +68,7 @@ GEM
6868
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.223.1)
71+
fastlane (2.224.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -159,7 +159,7 @@ GEM
159159
httpclient (2.8.3)
160160
jmespath (1.6.2)
161161
json (2.7.2)
162-
jwt (2.9.1)
162+
jwt (2.9.3)
163163
base64
164164
mini_magick (4.13.2)
165165
mini_mime (1.1.5)
@@ -178,7 +178,7 @@ GEM
178178
trailblazer-option (>= 0.1.1, < 0.2.0)
179179
uber (< 0.2.0)
180180
retriable (3.1.2)
181-
rexml (3.3.7)
181+
rexml (3.3.8)
182182
rouge (2.0.7)
183183
ruby2_keywords (0.0.5)
184184
rubyzip (2.3.2)
@@ -202,13 +202,13 @@ GEM
202202
uber (0.1.0)
203203
unicode-display_width (2.6.0)
204204
word_wrap (1.0.0)
205-
xcodeproj (1.25.0)
205+
xcodeproj (1.25.1)
206206
CFPropertyList (>= 2.3.3, < 4.0)
207207
atomos (~> 0.1.3)
208208
claide (>= 1.0.2, < 2.0)
209209
colored2 (~> 3.1)
210210
nanaimo (~> 0.3.0)
211-
rexml (>= 3.3.2, < 4.0)
211+
rexml (>= 3.3.6, < 4.0)
212212
xcpretty (0.3.0)
213213
rouge (~> 2.0.7)
214214
xcpretty-travis-formatter (1.0.1)
@@ -222,7 +222,7 @@ PLATFORMS
222222
x86_64-linux
223223

224224
DEPENDENCIES
225-
fastlane (= 2.223.1)
225+
fastlane (= 2.224.0)
226226
fastlane-plugin-firebase_app_distribution
227227
rexml (>= 3.3.6)
228228

0 commit comments

Comments
 (0)