From 363cbe44e95a810f541f42291520de6fb3cc675d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:53:32 +0000 Subject: [PATCH] Update rubocop-md requirement from 1.2.2 to 1.2.3 (#466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [rubocop-md](https://github.com/rubocop/rubocop-md) to permit the latest version.
Changelog

Sourced from rubocop-md's changelog.

1.2.3 (2024-09-12)

1.2.2 (2023-12-01) ❄️

1.2.1 (2023-10-20)

1.2.0 (2023-01-31)

1.1.0 (2022-10-24)

1.0.1 (2020-12-28)

1.0.0 (2020-12-24)

0.4.1 (2020-11-05)

0.4.0 (2020-07-03)

0.3.2 (2020-03-18)

0.3.1 (2019-12-25)

Change the default config to use the new cop names for (e.g., Layout/LineLength).

0.3.0 (2019-05-14)

... (truncated)

Commits

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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8869aee6..b95b8022 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "mighty_test", "~> 0.3.0" unless RUBY_VERSION < "3.1" gem "minitest", "~> 5.11" gem "rake", "~> 13.0" gem "rubocop", "1.66.1" -gem "rubocop-md", "1.2.2" +gem "rubocop-md", "1.2.3" gem "rubocop-minitest", "0.36.0" gem "rubocop-packaging", "0.5.2" gem "rubocop-performance", "1.21.1"