From 99b9167e72afc2ce1e5e9575b43d155c5b6c16bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:51:07 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 026a71e68..3373447b8 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ group :development do gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 5.2.0" gem "erb_lint", "~> 0.5.0", require: false - gem "mdl", "~> 0.12.0", require: false + gem "mdl", "~> 0.13.0", require: false gem "pronto", "~> 0.11.1", require: false gem "pronto-erb_lint", "~> 0.1.6", require: false gem "pronto-eslint", "~> 0.11.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d9f8e4ea7..18bc9d931 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM caxlsx_rails (0.6.3) actionpack (>= 3.1) caxlsx (>= 3.0) - chef-utils (18.2.7) + chef-utils (18.4.2) concurrent-ruby chronic (0.10.2) ckeditor (4.3.0) @@ -334,7 +334,7 @@ GEM net-smtp marcel (1.0.2) 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) @@ -740,7 +740,7 @@ DEPENDENCIES knapsack_pro (~> 5.7.0) launchy (~> 2.5.2) letter_opener_web (~> 2.0.0) - mdl (~> 0.12.0) + mdl (~> 0.13.0) mini_magick (~> 4.12.0) omniauth (~> 2.1.1) omniauth-facebook (~> 9.0.0)