Skip to content

Commit

Permalink
Bump roda from 3.83.0 to 3.84.0 in the minor-updates group (#173)
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 1 update:
[roda](https://github.com/jeremyevans/roda).

Updates `roda` from 3.83.0 to 3.84.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jeremyevans/roda/blob/master/CHANGELOG">roda's
changelog</a>.</em></p>
<blockquote>
<p>= 3.84.0 (2024-09-12)</p>
<ul>
<li>
<p>Add hsts plugin for setting Strict-Transport-Security header
(jeremyevans)</p>
</li>
<li>
<p>Remove documentation from the gem to reduce gem size by 25%
(jeremyevans)</p>
</li>
</ul>
<p>= 3.83.0 (2024-08-12)</p>
<ul>
<li>Add assume_ssl plugin for making request ssl? method always return
true (jeremyevans)</li>
</ul>
<p>= 3.82.0 (2024-07-12)</p>
<ul>
<li>
<p>Add :encodings option to public plugin to support configurable
encoding order (jeremyevans)</p>
</li>
<li>
<p>Add :zstd option to public plugin to supplement it to serve
zstd-compressed files with .zst extension (jeremyevans)</p>
</li>
<li>
<p>Make capture_erb plugin call integrate better with
erubi/capture_block (jeremyevans)</p>
</li>
</ul>
<p>= 3.81.0 (2024-06-12)</p>
<ul>
<li>
<p>Make assets plugin :early_hints option follow Rack 3 SPEC if using
Rack 3 (jeremyevans)</p>
</li>
<li>
<p>Correctly parse Ruby 3.4 backtraces in exception_page plugin
(jeremyevans)</p>
</li>
<li>
<p>Support :until and :seconds option in hmac_paths plugin, for paths
valid only until a specific time (jeremyevans)</p>
</li>
</ul>
<p>= 3.80.0 (2024-05-10)</p>
<ul>
<li>Support :namespace option in hmac_paths plugin, allowing for easy
per-user/per-group HMAC paths (jeremyevans)</li>
</ul>
<p>= 3.79.0 (2024-04-12)</p>
<ul>
<li>
<p>Do not update template mtime when there is an error reloading
templates in the render plugin (jeremyevans)</p>
</li>
<li>
<p>Add hmac_paths plugin for preventing path enumeration and supporting
access control (jeremyevans)</p>
</li>
</ul>
<p>= 3.78.0 (2024-03-13)</p>
<ul>
<li>Add permissions_policy plugin for setting Permissions-Policy header
(jeremyevans)</li>
</ul>
<p>= 3.77.0 (2024-02-12)</p>
<ul>
<li>Support formaction/formmethod attributes in forms in route_csrf
plugin (jeremyevans)</li>
</ul>
<p>= 3.76.0 (2024-01-12)</p>
<ul>
<li>
<p>Support :filter plugin option in error_mail and error_email for
filtering parameters, environment variables, and session values
(jeremyevans) (<a
href="https://redirect.github.com/jeremyevans/roda/issues/346">#346</a>)</p>
</li>
<li>
<p>Set temporary name on Ruby 3.3 in middleware plugin for middleware
class created (janko) (<a
href="https://redirect.github.com/jeremyevans/roda/issues/344">#344</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jeremyevans/roda/commit/3098a8148532e89a156a31c4bd885577b2a2ca58"><code>3098a81</code></a>
Bump version to 3.84.0</li>
<li><a
href="https://github.com/jeremyevans/roda/commit/102926a02dcabc9a31674e3cf98f049139c31492"><code>102926a</code></a>
Add hsts plugin for setting Strict-Transport-Security header</li>
<li><a
href="https://github.com/jeremyevans/roda/commit/3017a35873dd6f75e65fe385dd13562903aabde4"><code>3017a35</code></a>
Remove documentation from the gem to reduce gem size by 25%</li>
<li>See full diff in <a
href="https://github.com/jeremyevans/roda/compare/3.83.0...3.84.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=roda&package-manager=bundler&previous-version=3.83.0&new-version=3.84.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 368f9d8 commit 9a9e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
roda (3.83.0)
roda (3.84.0)
rack
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down

0 comments on commit 9a9e982

Please sign in to comment.