Skip to content

Commit 836bab5

Browse files
build(deps): Bump fastlane from 2.222.0 to 2.223.1 (#5290)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.222.0 to 2.223.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastlane/fastlane/releases">fastlane's releases</a>.</em></p> <blockquote> <h2>2.223.1 Improvements</h2> <ul> <li>[core] fix duplicate builds being matched in BuildWatcher (<a href="https://redirect.github.com/fastlane/fastlane/issues/22256">#22256</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@​joshdholtz</code></a>)</li> <li>[ci] adding one more github auth call to CI release process (<a href="https://redirect.github.com/fastlane/fastlane/issues/22253">#22253</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@​joshdholtz</code></a>)</li> <li>[c] prevent rate limited when releasing fastlane on GitHub Actions (<a href="https://redirect.github.com/fastlane/fastlane/issues/22252">#22252</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@​joshdholtz</code></a>)</li> </ul> <h2>2.223.0 Improvements</h2> <ul> <li>[ci] fix changelog generation when no author (<a href="https://redirect.github.com/fastlane/fastlane/issues/22250">#22250</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@​joshdholtz</code></a>)</li> <li>[core] add -packageAuthorizationProvider flag for xcodebuild (<a href="https://redirect.github.com/fastlane/fastlane/issues/22227">#22227</a>) via Yarden Eitan (<a href="https://github.com/yarneo"><code>@​yarneo</code></a>)</li> <li>[deliver][pilot] add ability to use Individual API key in deliver and pilot (<a href="https://redirect.github.com/fastlane/fastlane/issues/22128">#22128</a>) via Ryosuke Ito (<a href="https://github.com/manicmaniac"><code>@​manicmaniac</code></a>)</li> <li>[match] allow using legacy encryption mode when writing to storage (<a href="https://redirect.github.com/fastlane/fastlane/issues/22228">#22228</a>) via Hiroto Nakamura (<a href="https://github.com/Hiroto-N"><code>@​Hiroto-N</code></a>)</li> <li>[action][import_from_git] fix import_from_git when specifying a tag and cache_path (<a href="https://redirect.github.com/fastlane/fastlane/issues/22133">#22133</a>) via Jens Kuhr Jørgensen (<a href="https://github.com/jenskuhrjorgensen"><code>@​jenskuhrjorgensen</code></a>)</li> <li>[slack] enable emoji-based icons in Slack action by adding icon_emoji parameter (<a href="https://redirect.github.com/fastlane/fastlane/issues/22235">#22235</a>) via Luka Hristic (<a href="https://github.com/lukeleleh"><code>@​lukeleleh</code></a>)</li> <li>[action][testfairy] add tags parameter to TestFairy upload action (<a href="https://redirect.github.com/fastlane/fastlane/issues/22119">#22119</a>) via Duncan MacDonald (<a href="https://github.com/oct0f1sh"><code>@​oct0f1sh</code></a>)</li> <li>[action][changelog_from_git_commits] add app_path parameter to changelog_from_git_commits (<a href="https://redirect.github.com/fastlane/fastlane/issues/22149">#22149</a>) via John Pignata (<a href="https://github.com/jpignata"><code>@​jpignata</code></a>)</li> <li>[scan] improve performance by change order of checks in <code>building_mac_catalyst_for_mac</code> function (<a href="https://redirect.github.com/fastlane/fastlane/issues/20898">#20898</a>) via TomoXD (<a href="https://github.com/ghost"><code>@​ghost</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastlane/fastlane/commit/31b039cda1acbe81f495178bc4054b764633f0cd"><code>31b039c</code></a> Version bump to 2.223.1 (<a href="https://redirect.github.com/fastlane/fastlane/issues/22257">#22257</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/c59fe378f4e7e7af24b6a5772aa0bc4f470fc6d3"><code>c59fe37</code></a> [core] fix duplicate builds being matched in BuildWatcher (<a href="https://redirect.github.com/fastlane/fastlane/issues/22256">#22256</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/28ed97674e9459c552cbb7bdeb6ede21577f3a00"><code>28ed976</code></a> [ci] adding one more github auth call to CI release process (<a href="https://redirect.github.com/fastlane/fastlane/issues/22253">#22253</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/ac36aeda5e7fd2f16528a7cddc8297bc0ac1301f"><code>ac36aed</code></a> Use GITHUB_TOKEN when fetching release in GH Actions (<a href="https://redirect.github.com/fastlane/fastlane/issues/22252">#22252</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/3a333fd087f079c311c439d950dba886a6b57f6c"><code>3a333fd</code></a> Version bump to 2.223.0 (<a href="https://redirect.github.com/fastlane/fastlane/issues/22251">#22251</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/f4a6268f1260c53320af903fd98071a9d7f0acf7"><code>f4a6268</code></a> Fix changelog generation when no author (<a href="https://redirect.github.com/fastlane/fastlane/issues/22250">#22250</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/b0f4b186ae901be4f8e19fe10a53c496e54171c8"><code>b0f4b18</code></a> Add -packageAuthorizationProvider flag for xcodebuild (<a href="https://redirect.github.com/fastlane/fastlane/issues/22227">#22227</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/b61548cdd398a13aa7b99f915e57bebe54137d35"><code>b61548c</code></a> Add ability to use Individual API key in deliver and pilot (<a href="https://redirect.github.com/fastlane/fastlane/issues/22128">#22128</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/bd4aa317e14110d4d21f0fedd678872cb029fcfb"><code>bd4aa31</code></a> Match: Allow using legacy encryption mode when writing to storage (<a href="https://redirect.github.com/fastlane/fastlane/issues/22228">#22228</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/0f7c6a407f54868d12e914b9372fcf2916ba9efc"><code>0f7c6a4</code></a> Fix import_from_git when specifying a tag and cache_path (<a href="https://redirect.github.com/fastlane/fastlane/issues/22133">#22133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastlane/fastlane/compare/fastlane/2.222.0...fastlane/2.223.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastlane&package-manager=bundler&previous-version=2.222.0&new-version=2.223.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b8dac7 commit 836bab5

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

Gemfile.lock

Lines changed: 18 additions & 20 deletions
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.958.0)
14-
aws-sdk-core (3.201.3)
13+
aws-partitions (1.981.0)
14+
aws-sdk-core (3.209.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
17+
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.156.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.0)
26+
aws-sigv4 (1.10.0)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -40,7 +40,7 @@ GEM
4040
dotenv (2.8.1)
4141
emoji_regex (3.2.3)
4242
excon (0.111.0)
43-
faraday (1.10.3)
43+
faraday (1.10.4)
4444
faraday-em_http (~> 1.0)
4545
faraday-em_synchrony (~> 1.0)
4646
faraday-excon (~> 1.1)
@@ -66,10 +66,10 @@ GEM
6666
faraday-patron (1.0.0)
6767
faraday-rack (1.0.0)
6868
faraday-retry (1.0.3)
69-
faraday_middleware (1.2.0)
69+
faraday_middleware (1.2.1)
7070
faraday (~> 1.0)
7171
fastimage (2.3.1)
72-
fastlane (2.222.0)
72+
fastlane (2.223.1)
7373
CFPropertyList (>= 2.3, < 4.0.0)
7474
addressable (>= 2.8, < 3.0.0)
7575
artifactory (~> 3.0)
@@ -133,7 +133,7 @@ GEM
133133
google-apis-core (>= 0.11.0, < 2.a)
134134
google-apis-storage_v1 (0.31.0)
135135
google-apis-core (>= 0.11.0, < 2.a)
136-
google-cloud-core (1.7.0)
136+
google-cloud-core (1.7.1)
137137
google-cloud-env (>= 1.0, < 3.a)
138138
google-cloud-errors (~> 1.0)
139139
google-cloud-env (1.6.0)
@@ -154,12 +154,12 @@ GEM
154154
os (>= 0.9, < 2.0)
155155
signet (>= 0.16, < 2.a)
156156
highline (2.0.3)
157-
http-cookie (1.0.6)
157+
http-cookie (1.0.7)
158158
domain_name (~> 0.5)
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.2.9)
182-
strscan
181+
rexml (3.3.8)
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,17 +200,17 @@ 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
versionomy (0.5.0)
207205
blockenspiel (~> 0.5)
208206
word_wrap (1.0.0)
209-
xcodeproj (1.24.0)
207+
xcodeproj (1.25.0)
210208
CFPropertyList (>= 2.3.3, < 4.0)
211209
atomos (~> 0.1.3)
212210
claide (>= 1.0.2, < 2.0)
213211
colored2 (~> 3.1)
214212
nanaimo (~> 0.3.0)
215-
rexml (~> 3.2.4)
213+
rexml (>= 3.3.2, < 4.0)
216214
xcpretty (0.3.0)
217215
rouge (~> 2.0.7)
218216
xcpretty-travis-formatter (1.0.1)

0 commit comments

Comments
 (0)