Skip to content

Commit

Permalink
Bump brakeman from 6.0.0 to 6.0.1 (#88)
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.0.0
to 6.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/presidentbeef/brakeman/releases">brakeman's
releases</a>.</em></p>
<blockquote>
<h2>6.0.0.1 - Docker only</h2>
<p>This release is to fix the Ruby version used in the Docker image.</p>
<p>No other changes.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md">brakeman's
changelog</a>.</em></p>
<blockquote>
<h1>6.0.1 - 2023-07-20</h1>
<ul>
<li>Accept strings for <code>load_defaults</code> version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/presidentbeef/brakeman/commit/407712a6228019e7a35eca842206f221ef84b293"><code>407712a</code></a>
Bump to 6.0.1</li>
<li><a
href="https://github.com/presidentbeef/brakeman/commit/8c6f9d257f0ccbc352e99e6557771ff75fa75756"><code>8c6f9d2</code></a>
Update CHANGES</li>
<li><a
href="https://github.com/presidentbeef/brakeman/commit/b2a1ce8b257b9c9661a1158dcf2ae6515e9fbea6"><code>b2a1ce8</code></a>
Merge pull request <a
href="https://redirect.github.com/presidentbeef/brakeman/issues/1785">#1785</a>
from presidentbeef/accept_strings_for_load_defaults</li>
<li><a
href="https://github.com/presidentbeef/brakeman/commit/ee133a7c9362bba38993cd96fce276d9cff17778"><code>ee133a7</code></a>
Accept strings for load_defaults</li>
<li><a
href="https://github.com/presidentbeef/brakeman/commit/6af53c63feb909d19bab970aedb3b0c583073eb6"><code>6af53c6</code></a>
Update Dockerfiles to use Ruby 3.0 (<a
href="https://redirect.github.com/presidentbeef/brakeman/issues/1780">#1780</a>)</li>
<li>See full diff in <a
href="https://github.com/presidentbeef/brakeman/compare/v6.0.0...v6.0.1">compare
view</a></li>
</ul>
</details>
<br />


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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2023
1 parent 507090c commit dda475a
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 @@ -71,7 +71,7 @@ GEM
ast (2.4.2)
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (6.0.0)
brakeman (6.0.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down

0 comments on commit dda475a

Please sign in to comment.