Skip to content

Commit

Permalink
chore(deps): bump rubocop-rspec from 3.2.0 to 3.3.0 in /packages/ruby (
Browse files Browse the repository at this point in the history
…#1157)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from
3.2.0 to 3.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop RSpec v3.3.0</h2>
<ul>
<li>Deprecate <code>top_level_group?</code> method from
<code>TopLevelGroup</code> mixin as all of its callers were
intentionally removed from <code>Rubocop/RSpec</code>. (<a
href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>)</li>
<li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. (<a
href="https://github.com/pirj"><code>@​pirj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's
changelog</a>.</em></p>
<blockquote>
<h2>3.3.0 (2024-12-12)</h2>
<ul>
<li>Deprecate <code>top_level_group?</code> method from
<code>TopLevelGroup</code> mixin as all of its callers were
intentionally removed from <code>Rubocop/RSpec</code>. ([<a
href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>])</li>
<li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([<a
href="https://github.com/pirj"><code>@​pirj</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/4272587ae6840d546a9372a0de54d16ea1faa1ca"><code>4272587</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2007">#2007</a>
from rubocop/release</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/f659b419c98483128121d80acf2d5e1191a2d2bb"><code>f659b41</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2006">#2006</a>
from Earlopain/rspec-monorepo</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/47365dc93b07dea5822c65be06df25d6395245a7"><code>47365dc</code></a>
Release v3.3.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/737f2d02aed0bf4d435da4f1ee6af9e4b73e8fc1"><code>737f2d0</code></a>
CI: Add actions:write to gem-publish workflow</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/3c4c64ed8ea2a9d02d30c6566716addacc80ac66"><code>3c4c64e</code></a>
Update RSpec 4 CI to the monorepo</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/b8a0eb1afaf4be7ad7879104278b1ca3eb759f11"><code>b8a0eb1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2005">#2005</a>
from rubocop/fix-empty-metadata-for-kwargs-splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/48326255c146350ad1757dea4525f2aba6415757"><code>4832625</code></a>
Fix EmptyMetadata for splat kwargs</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/274c7d9f0b482de2d11fc8c534c63b4559e58c73"><code>274c7d9</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1998">#1998</a>
from rubocop/use-node-extensions-instead-of-splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/a115a93dff3441d7b965f8bee0a72bff57d26c36"><code>a115a93</code></a>
Use Node extensions instead of *splat</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/5e7b94722201139dce0e5d04152aa8ee6b83f12b"><code>5e7b947</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2003">#2003</a>
from rubocop/fix-markdown</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rspec/compare/v3.2.0...v3.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rspec&package-manager=bundler&previous-version=3.2.0&new-version=3.3.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 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>
Co-authored-by: Andrii Andreiev <129078694+AndriiAndreiev@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and AndriiAndreiev authored Jan 8, 2025
1 parent 39008bb commit d15cc23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.9.0)
json (2.9.1)
json-schema (5.1.0)
addressable (~> 2.8)
language_server-protocol (3.17.0.3)
Expand All @@ -40,7 +40,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -65,15 +65,15 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webmock (3.24.0)
Expand Down

0 comments on commit d15cc23

Please sign in to comment.