Skip to content

Commit 5fa9b91

Browse files
Bundler: Bump fastlane from 2.222.0 to 2.223.0 in /androidHyperskillApp (#1194)
* Bundler: Bump fastlane from 2.222.0 to 2.223.0 in /androidHyperskillApp 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 b88f405 commit 5fa9b91

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
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.222.0"
4+
gem "fastlane", "2.223.0"
55
gem "rexml", ">= 3.3.6"
66

77
eval_gemfile("fastlane/Pluginfile")

androidHyperskillApp/Gemfile.lock

+14-16
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.968.0)
14-
aws-sdk-core (3.202.0)
13+
aws-partitions (1.980.0)
14+
aws-sdk-core (3.209.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
1717
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.88.0)
20-
aws-sdk-core (~> 3, >= 3.201.0)
19+
aws-sdk-kms (1.94.0)
20+
aws-sdk-core (~> 3, >= 3.207.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.159.0)
23-
aws-sdk-core (~> 3, >= 3.201.0)
22+
aws-sdk-s3 (1.166.0)
23+
aws-sdk-core (~> 3, >= 3.207.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.9.1)
26+
aws-sigv4 (1.10.0)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -39,7 +39,7 @@ GEM
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
4141
excon (0.111.0)
42-
faraday (1.10.3)
42+
faraday (1.10.4)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
4545
faraday-excon (~> 1.1)
@@ -65,10 +65,10 @@ GEM
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
68-
faraday_middleware (1.2.0)
68+
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.222.0)
71+
fastlane (2.223.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.8.2)
162+
jwt (2.9.1)
163163
base64
164164
mini_magick (4.13.2)
165165
mini_mime (1.1.5)
@@ -178,8 +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.6)
182-
strscan
181+
rexml (3.3.7)
183182
rouge (2.0.7)
184183
ruby2_keywords (0.0.5)
185184
rubyzip (2.3.2)
@@ -192,7 +191,6 @@ GEM
192191
simctl (1.6.10)
193192
CFPropertyList
194193
naturally
195-
strscan (3.1.0)
196194
terminal-notifier (2.0.0)
197195
terminal-table (3.0.2)
198196
unicode-display_width (>= 1.1.1, < 3)
@@ -202,7 +200,7 @@ GEM
202200
tty-spinner (0.9.3)
203201
tty-cursor (~> 0.7)
204202
uber (0.1.0)
205-
unicode-display_width (2.5.0)
203+
unicode-display_width (2.6.0)
206204
word_wrap (1.0.0)
207205
xcodeproj (1.25.0)
208206
CFPropertyList (>= 2.3.3, < 4.0)
@@ -224,7 +222,7 @@ PLATFORMS
224222
x86_64-linux
225223

226224
DEPENDENCIES
227-
fastlane (= 2.222.0)
225+
fastlane (= 2.223.0)
228226
fastlane-plugin-firebase_app_distribution
229227
rexml (>= 3.3.6)
230228

androidHyperskillApp/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(:android)
44

0 commit comments

Comments
 (0)