Skip to content

Commit

Permalink
Bump fastlane from 2.222.0 to 2.223.1 (#1096)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 117c473 commit 3b3278f
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.958.0)
aws-sdk-core (3.201.3)
aws-partitions (1.980.0)
aws-sdk-core (3.209.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-s3 (1.166.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.0)
aws-sigv4 (1.10.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.111.0)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -150,10 +150,10 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.222.0)
fastlane (2.223.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.7.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.2)
jwt (2.9.1)
base64
kramdown (2.4.0)
rexml
Expand Down Expand Up @@ -294,8 +294,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand All @@ -312,7 +311,6 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
strscan (3.1.0)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -326,7 +324,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
word_wrap (1.0.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
Expand Down

0 comments on commit 3b3278f

Please sign in to comment.