dependabot[bot] 427edb9d5f Bump rubocop from 1.40.0 to 1.41.1 (#1243)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.40.0 to
1.41.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.41.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11293">#11293</a>:
Fix a false negative for <code>Style/Documentation</code> when using
macro. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11313">#11313</a>:
Fix a false positive for <code>Naming/BlockForwarding</code> when the
block argument is reassigned. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11014">#11014</a>:
Fix a false positive for <code>Style/Alias</code>cop when alias in a
method def. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11309">#11309</a>:
Fix a false positive for <code>Style/RedundantStringEscape</code> when
using a redundant escaped string interpolation <code>\#\{foo}</code>.
(<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11307">#11307</a>:
Fix an error for <code>Style/GuardClause</code> when using lvar as an
argument of raise in <code>else</code> branch. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11308">#11308</a>:
Fix disabling departments via comment. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11312">#11312</a>:
Mark <code>Style/ConcatArrayLiterals</code> as unsafe. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h2>RuboCop 1.41</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11305">#11305</a>:
Add new <code>Style/RedundantDoubleSplatHashBraces</code> cop. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/10812">#10812</a>:
New AllowMultilineFinalElement option for all LineBreaks cops. (<a
href="https://github.com/Korri"><code>@​Korri</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11277">#11277</a>:
Add new <code>Style/ConcatArrayLiterals</code> cop. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11255">#11255</a>:
Fix an error for <code>Style/RequireOrder</code> when
<code>require</code> with no arguments is put between
<code>require</code>. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11273">#11273</a>:
Fix a false positive for <code>Lint/DuplicateMethods</code> when there
are same <code>alias_method</code> name outside <code>rescue</code> or
<code>ensure</code> scopes. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11267">#11267</a>:
Fix an error for Style/RequireOrder when modifier conditional is used
between <code>require</code>. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11254">#11254</a>:
Fix an error for <code>Style/RequireOrder</code> when
<code>require</code> is a method argument. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11266">#11266</a>:
Fix a false positive for <code>Style/RedundantConstantBase</code> when
enabling <code>Lint/ConstantResolution</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11296">#11296</a>:
Fix an error for <code>Lint/NonAtomicFileOperation</code> when use file
existence checks line break <code>unless</code> by postfix before
creating file. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11284">#11284</a>:
Fix an incorrect autocorrect for <code>Style/WordArray</code> when
assigning <code>%w()</code> array. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11299">#11299</a>:
Fix <code>base_dir</code> in <code>TargetFinder#find_files()</code>. (<a
href="https://github.com/dukaev"><code>@​dukaev</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11250">#11250</a>:
Fix an error for <code>Style/GuardClause</code> when a method call whose
last argument is not a string is in the condition body. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11298">#11298</a>:
Fix <code>Lint/SafeNavigationChain</code> to correctly handle
<code>[]</code> operator followed by save navigation and method chain.
(<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11256">#11256</a>:
Fix an incorrect autocorrect for <code>Style/HashSyntax</code> when
without parentheses call expr follows after multiple keyword arguments
method call. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11289">#11289</a>:
Correctly detect Rails version when using only parts of the framework,
instead of the &quot;rails&quot; gem. ([<a
href="https://github.com/bdewater"><code>@​bdewater</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11262">#11262</a>:
Fix an error for <code>Style/IfUnlessModifier</code> when the body is a
method call with hash splat. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11281">#11281</a>:
Fix <code>NoMethodError</code> for <code>Style/Documentation</code> when
a class nested under non-constant values. ([<a
href="https://github.com/arika"><code>@​arika</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11306">#11306</a>:
Make <code>Style/IfWithSemicolon</code> aware of one line without
<code>else</code> body. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.41.1 (2022-12-22)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11293">#11293</a>:
Fix a false negative for <code>Style/Documentation</code> when using
macro. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11313">#11313</a>:
Fix a false positive for <code>Naming/BlockForwarding</code> when the
block argument is reassigned. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11014">#11014</a>:
Fix a false positive for <code>Style/Alias</code>cop when alias in a
method def. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11309">#11309</a>:
Fix a false positive for <code>Style/RedundantStringEscape</code> when
using a redundant escaped string interpolation <code>\#\{foo}</code>.
([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11307">#11307</a>:
Fix an error for <code>Style/GuardClause</code> when using lvar as an
argument of raise in <code>else</code> branch. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11308">#11308</a>:
Fix disabling departments via comment. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11312">#11312</a>:
Mark <code>Style/ConcatArrayLiterals</code> as unsafe. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>1.41.0 (2022-12-20)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11305">#11305</a>:
Add new <code>Style/RedundantDoubleSplatHashBraces</code> cop. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/10812">#10812</a>:
New AllowMultilineFinalElement option for all LineBreaks cops. ([<a
href="https://github.com/Korri"><code>@​Korri</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11277">#11277</a>:
Add new <code>Style/ConcatArrayLiterals</code> cop. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11255">#11255</a>:
Fix an error for <code>Style/RequireOrder</code> when
<code>require</code> with no arguments is put between
<code>require</code>. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11273">#11273</a>:
Fix a false positive for <code>Lint/DuplicateMethods</code> when there
are same <code>alias_method</code> name outside <code>rescue</code> or
<code>ensure</code> scopes. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11267">#11267</a>:
Fix an error for Style/RequireOrder when modifier conditional is used
between <code>require</code>. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11254">#11254</a>:
Fix an error for <code>Style/RequireOrder</code> when
<code>require</code> is a method argument. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11266">#11266</a>:
Fix a false positive for <code>Style/RedundantConstantBase</code> when
enabling <code>Lint/ConstantResolution</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11296">#11296</a>:
Fix an error for <code>Lint/NonAtomicFileOperation</code> when use file
existence checks line break <code>unless</code> by postfix before
creating file. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11284">#11284</a>:
Fix an incorrect autocorrect for <code>Style/WordArray</code> when
assigning <code>%w()</code> array. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11299">#11299</a>:
Fix <code>base_dir</code> in <code>TargetFinder#find_files()</code>.
([<a href="https://github.com/dukaev"><code>@​dukaev</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11250">#11250</a>:
Fix an error for <code>Style/GuardClause</code> when a method call whose
last argument is not a string is in the condition body. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11298">#11298</a>:
Fix <code>Lint/SafeNavigationChain</code> to correctly handle
<code>[]</code> operator followed by save navigation and method chain.
([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11256">#11256</a>:
Fix an incorrect autocorrect for <code>Style/HashSyntax</code> when
without parentheses call expr follows after multiple keyword arguments
method call. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11289">#11289</a>:
Correctly detect Rails version when using only parts of the framework,
instead of the &quot;rails&quot; gem. ([<a
href="https://github.com/bdewater"><code>@​bdewater</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11262">#11262</a>:
Fix an error for <code>Style/IfUnlessModifier</code> when the body is a
method call with hash splat. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11281">#11281</a>:
Fix <code>NoMethodError</code> for <code>Style/Documentation</code> when
a class nested under non-constant values. ([<a
href="https://github.com/arika"><code>@​arika</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11306">#11306</a>:
Make <code>Style/IfWithSemicolon</code> aware of one line without
<code>else</code> body. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4fd14ff177"><code>4fd14ff</code></a>
Cut 1.41.1</li>
<li><a
href="1fc41b0622"><code>1fc41b0</code></a>
Update Changelog</li>
<li><a
href="46ffe4fb4d"><code>46ffe4f</code></a>
Fix a false positive for <code>Style/Alias</code>cop when alias in a
method def</li>
<li><a
href="a5f4a9adab"><code>a5f4a9a</code></a>
Add support <code>@see</code> tags in our document</li>
<li><a
href="0c5b1ec3cd"><code>0c5b1ec</code></a>
Fix disabling departments via comment</li>
<li><a
href="dbffbf13d9"><code>dbffbf1</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11316">#11316</a>
from fatkodima/block_forwarding-reassignment</li>
<li><a
href="02660c46d1"><code>02660c4</code></a>
Fix a false positive for <code>Naming/BlockForwarding</code> when the
block argument is ...</li>
<li><a
href="8bb0c47e7a"><code>8bb0c47</code></a>
[Fix <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11312">#11312</a>]
Mark <code>Style/ConcatArrayLiterals</code> as unsafe</li>
<li><a
href="91fe2cf9f6"><code>91fe2cf</code></a>
[Fix <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11309">#11309</a>]
Fix a false positive for <code>Style/RedundantStringEscape</code></li>
<li><a
href="cc0a9f544c"><code>cc0a9f5</code></a>
Switch back the docs version</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.40.0...v1.41.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.40.0&new-version=1.41.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-26 07:40:00 -06:00
2022-12-20 22:20:30 -06:00
2022-10-13 15:22:53 -07:00
2020-11-04 10:14:20 -06:00
2022-11-23 21:21:49 -08:00
2020-04-21 20:49:55 -07:00

firezone logo

firezone Discourse firezone Coverage Status GitHub commit activity GitHub closed issues Cloudsmith follow on Twitter

Firezone is a self-hosted VPN server and Linux firewall

Firezone Architecture

Get Started

Follow our deploy guide to install your self-hosted instance of Firezone.

Or, if you're on a supported platform, try our auto-install script.

Using Firezone in production at your organization? Take a look at our Enterprise Plan.

Features

firezone-usage

  • Fast: Uses WireGuard® to be 3-4 times faster than OpenVPN.
  • SSO Integration: Authenticate using any identity provider with an OpenID Connect (OIDC) connector.
  • Containerized: All dependencies are bundled via Docker.
  • Simple: Takes minutes to set up. Manage via a simple CLI.
  • Secure: Runs unprivileged. HTTPS enforced. Encrypted cookies.
  • Firewall included: Uses Linux nftables to block unwanted egress traffic.

Anti-features

Firezone is not:

  • An inbound firewall
  • A tool for creating mesh networks
  • A full-featured router
  • An IPSec or OpenVPN server

Documentation

Additional documentation on general usage, troubleshooting, and configuration can be found at https://docs.firezone.dev.

Get Help

If you're looking for help installing, configuring, or using Firezone, check our community support options:

  1. Discussion Forums: Ask questions, report bugs, and suggest features.
  2. Public Slack Group: Join live discussions, meet other users, and get to know the contributors.
  3. Open a PR: Contribute a bugfix or make a contribution to Firezone.

If you need help deploying or maintaining Firezone for your business, consider contacting us about our paid support plan.

Star History

Star History Chart

Package Repository

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

Developing and Contributing

See CONTRIBUTING.md.

Security

See SECURITY.md.

License

See LICENSE.

WireGuard® is a registered trademark of Jason A. Donenfeld.

Description
No description provided
Readme Apache-2.0 169 MiB
Languages
Elixir 57.1%
Rust 29.2%
TypeScript 5.9%
Swift 3.3%
Kotlin 1.8%
Other 2.5%