Bump sinatra from 2.0.0 to 2.2.0 #39

Closed
dependabot[bot] wants to merge 1 commit from dependabot/bundler/sinatra-2.2.0 into master
dependabot[bot] commented 2022-05-03 17:07:54 -04:00 (Migrated from github.com)

Bumps sinatra from 2.0.0 to 2.2.0.

Changelog

Sourced from sinatra's changelog.

2.2.0 / 2022-02-15

  • Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon

  • Minor refactors in base.rb. #1640 by ceclinux

  • Add escaping to the static 404 page. #1645 by Chris Gavin

  • Remove detect_rack_handler method. #1652 by ceclinux

  • Respect content type set in superclass before filter. Fixes #1647 #1649 by Jordan Owens

  • Revert "Use prepend instead of include for helpers. #1662 by namusyaka

  • Fix usage of inherited Sinatra::Base classes keyword arguments. Fixes #1669 #1670 by Cadu Ribeiro

  • Reduce RDoc generation time by not including every README. Fixes #1578 #1671 by Eloy Pérez

  • Add support for per form csrf tokens. Fixes #1616 #1653 by Jordan Owens

  • Update MAINTENANCE.md with the stable branch status. #1681 by Fredrik Rubensson

  • Validate expanded path matches public_dir when serving static files. #1683 by cji-stripe

  • Fix Delegator to pass keyword arguments for Ruby 3.0. #1684 by andrewtblake

  • Fix use with keyword arguments for Ruby 3.0. #1701 by Robin Wallin

  • Fix memory leaks for proc template. Fixes #1704 #1719 by Slevin

  • Remove unnecessary test_files from the gemspec. #1712 by Masataka Pocke Kuwabara

  • Add #select, #reject and #compact methods to Sinatra::IndifferentHash. #1711 by Olivier Bellone

  • Docs: Spanish documentation: Update README.es.md with removal of Thin. #1630 by Espartaco Palma

  • Docs: German documentation: Fixed typos in German README.md. #1648 by Juri

  • Docs: Japanese documentation: Update README.ja.md with removal of Thin. #1629 by Ryuichi KAWAMATA

  • Docs: English documentation: Various minor fixes to README.md. #1663 by Yanis Zafirópulos

  • Docs: English documentation: Document when dump_errors is enabled. Fixes #1664 #1665 by Patrik Ragnarsson

  • Docs: Brazilian Portuguese documentation: Update README.pt-br.md with translation fixes. #1668 by Vitor Oliveira

CI

  • Use latest JRuby 9.2.16.0 on CI. #1682 by Olle Jonsson

... (truncated)

Commits
  • 44ce685 Bump version to 2.2.0
  • 759a8eb Block invalid requests instead of raising error
  • f6cee1c Merge pull request #1743 from tamazon/fix_EOFError
  • 59d8b26 Merge pull request #1733 from epergo/ep/update-changelog
  • c29749d lock rack version to 2.0 for now
  • df65a73 Handle EOFError raised by Rack
  • d1597ab Update changelog since last release
  • e69b6b9 Merge pull request #1728 from olleolleolle/patch-4
  • a6554e3 chore: Drop boilerplate comments
  • d6ba201 Remove ruby head from build
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.0 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 &quot;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/v2.0.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinatra&package-manager=bundler&previous-version=2.0.0&new-version=2.2.0)](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/atomaka/link-share/network/alerts). </details>
dependabot[bot] commented 2022-11-30 19:57:23 -05:00 (Migrated from github.com)

Superseded by #53.

Superseded by #53.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: atomaka/link-share#39
No description provided.