Skip to content

Commit

Permalink
Update rubocop-govuk requirement from = 5.0.1 to = 5.0.2 (#549)
Browse files Browse the repository at this point in the history
Updates the requirements on
[rubocop-govuk](https://github.com/alphagov/rubocop-govuk) to permit the
latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md">rubocop-govuk's
changelog</a>.</em></p>
<blockquote>
<h1>5.0.2</h1>
<ul>
<li>Update dependencies</li>
</ul>
<h1>5.0.1</h1>
<ul>
<li>Disable RSpec/NoExpectationExample for feature and system specs as
it false triggers.</li>
</ul>
<h1>5.0.0</h1>
<ul>
<li>BREAKING: Update rubocop-rspec to 3.0 which enables by default
previously pending cops. See <a
href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#300-2024-06-11">rubocop-rspec's
changelog</a> for details.</li>
</ul>
<h1>4.18.0</h1>
<ul>
<li>Drop support for Ruby 3.0</li>
</ul>
<h1>4.17.1</h1>
<ul>
<li>Update dependencies</li>
</ul>
<h1>4.17.0</h1>
<ul>
<li>Apply feature spec exemptions to system specs</li>
<li>Update rubocop to 1.63.5</li>
<li>Update rubocop-rspec to 2.29.2</li>
<li>Update rubocop-ast to 1.31.3</li>
</ul>
<h1>4.16.1</h1>
<ul>
<li>Update dependencies</li>
</ul>
<h2>4.16.0</h2>
<ul>
<li>Disable <code>Style/MultilineBlockChain</code></li>
<li>Update rubocop-rails to 2.24.1</li>
</ul>
<h2>4.15.0</h2>
<ul>
<li>Update rubocop to 1.62.1</li>
<li>Update rubocop-ast to 1.31.2</li>
<li>Update rubocop-rails to 2.24.0</li>
<li>Update rubocop-rspec to 2.27.1</li>
</ul>
<h2>4.14.0</h2>
<ul>
<li>Update rubocop to 1.60.2</li>
<li>Update rubocop-rails to 2.23.1</li>
<li>Update rubocop-rspec to 2.26.1</li>
<li>Add Snyk scans to CI pipeline</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/5af922bb4060d2fe21a3a0af8cd9798bbf95feee"><code>5af922b</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/402">#402</a>
from alphagov/release-5.0.2</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/f644845966efe6f5d8412497584ba446244ac4ec"><code>f644845</code></a>
Release v5.0.2</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/87565131e1e6b15569e311e78ef72260e86f475b"><code>8756513</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/401">#401</a>
from alphagov/dependabot/bundler/rubocop-rails-eq-2.25.1</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/85a52441901ccb0dba5ce76d5f7f720def7a0cce"><code>85a5244</code></a>
Update rubocop-rails requirement from = 2.25.0 to = 2.25.1</li>
<li>See full diff in <a
href="https://github.com/alphagov/rubocop-govuk/compare/v5.0.1...v5.0.2">compare
view</a></li>
</ul>
</details>
<br />

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>
  • Loading branch information
peteryates committed Aug 13, 2024
2 parents b69b77d + 1a53b0f commit ada743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk-components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rspec-html-matchers", "~> 0.9"
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "rubocop-govuk", "= 5.0.1"
spec.add_development_dependency "rubocop-govuk", "= 5.0.2"
spec.add_development_dependency "sassc-rails"
spec.add_development_dependency("simplecov", "~> 0.20")
spec.add_development_dependency "sqlite3"
Expand Down

0 comments on commit ada743c

Please sign in to comment.