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 commands and options
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 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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/plashchynski/crono/pull/96
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 5/3/2022
**Status:** ✅ Merged
**Merged:** 5/20/2022
**Merged by:** [@plashchynski](https://github.com/plashchynski)
**Base:** `master` ← **Head:** `dependabot/bundler/sinatra-2.2.0`
---
### 📝 Commits (1)
- [`a8e80b6`](https://github.com/plashchynski/crono/commit/a8e80b6160c7fd684ed6a54926d77b98cfaa5ddf) Bump sinatra from 1.4.7 to 2.2.0
### 📊 Changes
**1 file changed** (+11 additions, -7 deletions)
<details>
<summary>View changed files</summary>
📝 `Gemfile.lock` (+11 -7)
</details>
### 📄 Description
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.7 to 2.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md">sinatra's changelog</a>.</em></p>
<blockquote>
<h2>2.2.0 / 2022-02-15</h2>
<ul>
<li>
<p>Handle EOFError raised by Rack and return Bad Request 400 status. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1743">#1743</a> by tamazon</p>
</li>
<li>
<p>Minor refactors in <code>base.rb</code>. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1640">#1640</a> by ceclinux</p>
</li>
<li>
<p>Add escaping to the static 404 page. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1645">#1645</a> by Chris Gavin</p>
</li>
<li>
<p>Remove <code>detect_rack_handler</code> method. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1652">#1652</a> by ceclinux</p>
</li>
<li>
<p>Respect content type set in superclass before filter. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1647">#1647</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1649">#1649</a> by Jordan Owens</p>
</li>
<li>
<p><em>Revert "Use prepend instead of include for helpers.</em> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1662">#1662</a> by namusyaka</p>
</li>
<li>
<p>Fix usage of inherited <code>Sinatra::Base</code> classes keyword arguments. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1669">#1669</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1670">#1670</a> by Cadu Ribeiro</p>
</li>
<li>
<p>Reduce RDoc generation time by not including every README. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1578">#1578</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1671">#1671</a> by Eloy Pérez</p>
</li>
<li>
<p>Add support for per form csrf tokens. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1616">#1616</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1653">#1653</a> by Jordan Owens</p>
</li>
<li>
<p>Update MAINTENANCE.md with the <code>stable</code> branch status. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1681">#1681</a> by Fredrik Rubensson</p>
</li>
<li>
<p>Validate expanded path matches <code>public_dir</code> when serving static files. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1683">#1683</a> by cji-stripe</p>
</li>
<li>
<p>Fix Delegator to pass keyword arguments for Ruby 3.0. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1684">#1684</a> by andrewtblake</p>
</li>
<li>
<p>Fix use with keyword arguments for Ruby 3.0. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1701">#1701</a> by Robin Wallin</p>
</li>
<li>
<p>Fix memory leaks for proc template. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1714">#1704</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1719">#1719</a> by Slevin</p>
</li>
<li>
<p>Remove unnecessary <code>test_files</code> from the gemspec. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1712">#1712</a> by Masataka Pocke Kuwabara</p>
</li>
<li>
<p>Add <code>#select</code>, <code>#reject</code> and <code>#compact</code> methods to <code>Sinatra::IndifferentHash</code>. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1711">#1711</a> by Olivier Bellone</p>
</li>
<li>
<p>Docs: Spanish documentation: Update README.es.md with removal of Thin. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1630">#1630</a> by Espartaco Palma</p>
</li>
<li>
<p>Docs: German documentation: Fixed typos in German README.md. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1648">#1648</a> by Juri</p>
</li>
<li>
<p>Docs: Japanese documentation: Update README.ja.md with removal of Thin. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1629">#1629</a> by Ryuichi KAWAMATA</p>
</li>
<li>
<p>Docs: English documentation: Various minor fixes to README.md. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1663">#1663</a> by Yanis Zafirópulos</p>
</li>
<li>
<p>Docs: English documentation: Document when <code>dump_errors</code> is enabled. Fixes <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1664">#1664</a> <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1665">#1665</a> by Patrik Ragnarsson</p>
</li>
<li>
<p>Docs: Brazilian Portuguese documentation: Update README.pt-br.md with translation fixes. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1668">#1668</a> by Vitor Oliveira</p>
</li>
</ul>
<h3>CI</h3>
<ul>
<li>Use latest JRuby 9.2.16.0 on CI. <a href="https://github-redirect.dependabot.com/sinatra/sinatra/pull/1682">#1682</a> by Olle Jonsson</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sinatra/sinatra/commit/44ce685218a29a58ea059b3dfd1a39db8c7dd6d5"><code>44ce685</code></a> Bump version to 2.2.0</li>
<li><a href="https://github.com/sinatra/sinatra/commit/759a8eb21e26ffc1e319543ef1a919e2a39671bf"><code>759a8eb</code></a> Block invalid requests instead of raising error</li>
<li><a href="https://github.com/sinatra/sinatra/commit/f6cee1cc7025af21c3d3466bf97dc07cb5dfd021"><code>f6cee1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1743">#1743</a> from tamazon/fix_EOFError</li>
<li><a href="https://github.com/sinatra/sinatra/commit/59d8b26b161e1a25614cc84e332bde0e745ff4f9"><code>59d8b26</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1733">#1733</a> from epergo/ep/update-changelog</li>
<li><a href="https://github.com/sinatra/sinatra/commit/c29749df69a2858f918b3d7e1042798def312baf"><code>c29749d</code></a> lock rack version to 2.0 for now</li>
<li><a href="https://github.com/sinatra/sinatra/commit/df65a73f77f65b1fbe0dfd027347eec3732a2883"><code>df65a73</code></a> Handle EOFError raised by Rack</li>
<li><a href="https://github.com/sinatra/sinatra/commit/d1597ab10ae4fc487faddffb77e5916d613a7718"><code>d1597ab</code></a> Update changelog since last release</li>
<li><a href="https://github.com/sinatra/sinatra/commit/e69b6b9dee7165d3a583fc8a6af10ceee1ea687d"><code>e69b6b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sinatra/sinatra/issues/1728">#1728</a> from olleolleolle/patch-4</li>
<li><a href="https://github.com/sinatra/sinatra/commit/a6554e342358f9d51931f04a9d6d408dc568f19d"><code>a6554e3</code></a> chore: Drop boilerplate comments</li>
<li><a href="https://github.com/sinatra/sinatra/commit/d6ba201b840a96fabf2748fbad71c165beaf141c"><code>d6ba201</code></a> Remove ruby head from build</li>
<li>Additional commits viewable in <a href="https://github.com/sinatra/sinatra/compare/v1.4.7...v2.2.0">compare view</a></li>
</ul>
</details>
<br />
[](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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/plashchynski/crono/network/alerts).
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/96
Author: @dependabot[bot]
Created: 5/3/2022
Status: ✅ Merged
Merged: 5/20/2022
Merged by: @plashchynski
Base:
master← Head:dependabot/bundler/sinatra-2.2.0📝 Commits (1)
a8e80b6Bump sinatra from 1.4.7 to 2.2.0📊 Changes
1 file changed (+11 additions, -7 deletions)
View changed files
📝
Gemfile.lock(+11 -7)📄 Description
Bumps sinatra from 1.4.7 to 2.2.0.
Changelog
Sourced from sinatra's changelog.
... (truncated)
Commits
44ce685Bump version to 2.2.0759a8ebBlock invalid requests instead of raising errorf6cee1cMerge pull request #1743 from tamazon/fix_EOFError59d8b26Merge pull request #1733 from epergo/ep/update-changelogc29749dlock rack version to 2.0 for nowdf65a73Handle EOFError raised by Rackd1597abUpdate changelog since last releasee69b6b9Merge pull request #1728 from olleolleolle/patch-4a6554e3chore: Drop boilerplate commentsd6ba201Remove ruby head from buildDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.