Bumps the dependencies group with 2 updates: 
[bootsnap](https://github.com/rails/bootsnap) and 
[binding_of_caller](https://github.com/banister/binding_of_caller).

Updates `bootsnap` from 1.22.0 to 1.23.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/rails/bootsnap/releases">bootsnap's 
releases</a>.</em></p>
<blockquote>
<h2>v1.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Require Ruby 2.7.</li>
<li>Fix support for absolute paths in 
<code>BOOTSNAP_IGNORE_DIRECTORIES</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/rails/bootsnap/compare/v1.22.0...v1.23.0">https://github.com/rails/bootsnap/compare/v1.22.0...v1.23.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/rails/bootsnap/blob/main/CHANGELOG.md">bootsnap's
 changelog</a>.</em></p>
<blockquote>
<h1>1.23.0</h1>
<ul>
<li>Require Ruby 2.7.</li>
<li>Fix support for absolute paths in 
<code>BOOTSNAP_IGNORE_DIRECTORIES</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/rails/bootsnap/commit/7b04583c5a242ef8e3a7dac907b9f682c6d2f20d"><code>7b04583</code></a>
 Release 1.23.0</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/32e709d4168422433ca4f06e5aaec510dd87f882"><code>32e709d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rails/bootsnap/issues/530">#530</a>
 from fxn/readdir</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/8326783ad7f2dd17681fd080a6144aa83e03478c"><code>8326783</code></a>
 Handle readdir errors in bs_rb_scan_dir()</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/780728416ab3eff3c39093246542eb75168a157c"><code>7807284</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rails/bootsnap/issues/528">#528</a>
 from Umofomia/path-scanner-cleanup</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/c30155d2d55e3dee46453071e1b21fba81a8295f"><code>c30155d</code></a>
 Fix bundle path check and consolidate common code in PathScanner</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/c2ef9a36c3ae67338e57aacd98d3399333ea0bc2"><code>c2ef9a3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rails/bootsnap/issues/526">#526</a>
 from Umofomia/claw--fix-ignored-directories-absolute-...</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/93c35b83fd326ebfea4fb45f8cdd37c7c233222a"><code>93c35b8</code></a>
 LoadPathScanner: Avoid computing the absolute path when not needed</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/2bf7aa4f248d3a730a26ee281ee7266dc0ba2c8d"><code>2bf7aa4</code></a>
 Fix absolute path support for ignored directories in 
PathScanner.native_call</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/749bf76af511e3cbd5531a19b46a8974c7fcd968"><code>749bf76</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rails/bootsnap/issues/527">#527</a>
 from byroot/ruby-2.7</li>
<li><a 
href="https://github.com/rails/bootsnap/commit/52411892e2bc2d99ba23079e903bb2c2eea5572b"><code>5241189</code></a>
 Require Ruby 2.7</li>
<li>See full diff in <a 
href="https://github.com/rails/bootsnap/compare/v1.22.0...v1.23.0">compare
 view</a></li>
</ul>
</details>
<br />

Updates `binding_of_caller` from 1.0.1 to 2.0.0
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/22d782272ad20d22aec47e2c9b993b880dcaeb2a"><code>22d7822</code></a>
 Version 2.0.0</li>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/a3a50ec1fe0096e8a05efee67363348a4af8bb23"><code>a3a50ec</code></a>
 Remove support for Ruby pre-2.7.0</li>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/f46a683fbd747bbc76a32a381a9d84c9526d807e"><code>f46a683</code></a>
 Merge pull request <a 
href="https://redirect.github.com/banister/binding_of_caller/issues/90">#90</a>
 from kivikakk/push-yrnnzolypxun</li>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/68347644df4d1fc2a50396f0829e215ba7d1179b"><code>6834764</code></a>
 Merge pull request <a 
href="https://redirect.github.com/banister/binding_of_caller/issues/1">#1</a>
 from wwahammy/add-4.0-tests</li>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/9188d76e46adb0e35a5832fef1b1180cfa03ea22"><code>9188d76</code></a>
 Add Ruby 4.0 to test suite</li>
<li><a 
href="https://github.com/banister/binding_of_caller/commit/c590ef401ab8311d9e6c2b55cb8a7fa4553c18ab"><code>c590ef4</code></a>
 Support Ruby 4</li>
<li>See full diff in <a 
href="https://github.com/banister/binding_of_caller/compare/v1.0.1...v2.0.0">compare
 view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's major version (unless you unignore this specific 
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's minor version (unless you unignore this specific 
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR 
and stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will 
remove the ignore condition of the specified dependency and ignore conditions


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6827

-- Commit Summary --

  * Bump the dependencies group with 2 updates

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6827.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6827.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6827
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to