From 66d3a4ab7c7fbcad48f6c2c59b41ea012c661925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:56:47 +0000 Subject: [PATCH] Bump mdl from 0.12.0 to 0.13.0 Bumps [mdl](https://github.com/mivok/markdownlint) from 0.12.0 to 0.13.0. - [Changelog](https://github.com/markdownlint/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/mivok/markdownlint/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: mdl dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 561d1e007..5346d7b52 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,7 @@ group :development, :test do gem 'eslintrb' gem 'json', '~> 2.0' gem 'license_finder', '~> 7.0' - gem 'mdl', '0.12.0' + gem 'mdl', '0.13.0' # NOTE: If you update pronto you may need to update other pronto-* gems gem 'pronto', '~> 0.11' # TODO: Use pronto-railroader, once there is one. diff --git a/Gemfile.lock b/Gemfile.lock index dc1a80566..797456150 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,7 +237,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mdl (0.12.0) + mdl (0.13.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) mixlib-cli (~> 2.1, >= 2.1.1) @@ -599,7 +599,7 @@ DEPENDENCIES license_finder (~> 7.0) lograge (~> 0.12) mail (~> 2.7) - mdl (= 0.12.0) + mdl (= 0.13.0) minitest-reporters minitest-retry octokit (~> 7)