<p>Bumps <a href="https://github.com/petergoldstein/dalli">dalli</a> from 2.7.10 to 2.7.11.</p>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/petergoldstein/dalli/blob/master/History.md">dalli's changelog</a>.</em></p>
<blockquote>
<h1>2.7.11</h1>
<ul>
<li>DEPRECATION: :dalli_store will be removed in Dalli 3.0.
Use Rails' official :mem_cache_store instead.
<a href="https://guides.rubyonrails.org/caching_with_rails.html" rel="nofollow">https://guides.rubyonrails.org/caching_with_rails.html</a></li>
<li>Add new <code>digest_class</code> option to Dalli::Client <a href="https://github-redirect.dependabot.com/petergoldstein/dalli/issues/724" rel="nofollow">#724</a></li>
<li>Don't treat NameError as a network error <a href="https://github-redirect.dependabot.com/petergoldstein/dalli/issues/728" rel="nofollow">#728</a></li>
<li>Handle nested comma separated server strings (sambostock)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petergoldstein/dalli/commit/f82b9e131fec0b5c3ee341e7c89d7737f67c20a7"><code>f82b9e1</code></a> Deprecate dalli_store</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/2b40485a868066f90b36dd22f20d1c1c04cd069f"><code>2b40485</code></a> need rails to run tests!</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/e7a28aec44fdce4be5f08f5ac01c96490df9baf1"><code>e7a28ae</code></a> fix build?</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/f8b344a56577bdeac91aa43a9451eaf82f4c3cb3"><code>f8b344a</code></a> fix build</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/06d121897d10e56bbdf7c5f6b4dd6d3e98946e79"><code>06d1218</code></a> Only test modern Rubies</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/feae88d3546388c94d665c5798b09c93d19777e3"><code>feae88d</code></a> remove pointless badges</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/1cb5b3ad0cf8224ecec7f760c7d4740823cc39e3"><code>1cb5b3a</code></a> Move gemspec dev deps into Gemfile</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/9c6c6a2d10c21285c5370c61e6c755164b8322bb"><code>9c6c6a2</code></a> readme update</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/004209e377b280e958def54260eaf1adcc21385c"><code>004209e</code></a> Remove old unused stuff</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/cd24d9cf961e941db4a0115011830eae84adc0fb"><code>cd24d9c</code></a> Update appraisals</li>
<li>Additional commits viewable in <a href="https://github.com/petergoldstein/dalli/compare/v2.7.10...v2.7.11">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/368bedc5bdc75841cfe35790ccafa79788bdaad5/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d64616c6c69267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d322e372e3130266e65772d76657273696f6e3d322e372e3131" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dalli&package-manager=bundler&previous-version=2.7.10&new-version=2.7.11" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2854'>https://github.com/openstreetmap/openstreetmap-website/pull/2854</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump dalli from 2.7.10 to 2.7.11</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2854/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2854.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2854.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2854.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2854.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2854">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLMWC3RU64EUTDMSN6TSIAKCTANCNFSM4R4BBMYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLO2IV34E6P7R4TYRADSIAKCTA5CNFSM4R4BBMYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KSQV5NA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2854",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2854",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>