From 6118cf7582427293dd659053bd17b57389f7f11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 20:02:20 +0000 Subject: [PATCH] Bump mdl from 0.11.0 to 0.12.0 Bumps [mdl](https://github.com/mivok/markdownlint) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/mivok/markdownlint/releases) - [Changelog](https://github.com/markdownlint/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/mivok/markdownlint/compare/v0.11.0...v0.12.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 | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 05d7bc5..af2c7fa 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development do gem "rake", "~> 13.0" gem "chandler", "0.9.0" - gem "mdl", "0.11.0" + gem "mdl", "0.12.0" gem "minitest", "~> 5.14" gem "minitest-bisect", "~> 1.5" gem "rubocop", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6115443..c510beb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,16 +15,18 @@ GEM chandler (0.9.0) netrc octokit (>= 2.2.0) - chef-utils (16.4.41) + chef-utils (18.0.161) + concurrent-ruby coderay (1.1.3) + concurrent-ruby (1.1.10) faraday (1.0.0) multipart-post (>= 1.2, < 3) json (2.6.2) - kramdown (2.3.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - mdl (0.11.0) + mdl (0.12.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) mixlib-cli (~> 2.1, >= 2.1.1) @@ -38,9 +40,9 @@ GEM minitest-server (1.0.6) minitest (~> 5.0) mixlib-cli (2.1.8) - mixlib-config (3.0.9) + mixlib-config (3.0.27) tomlrb - mixlib-shellout (3.1.4) + mixlib-shellout (3.2.7) chef-utils multipart-post (2.1.1) netrc (0.11.0) @@ -75,7 +77,7 @@ GEM sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - tomlrb (1.3.0) + tomlrb (2.0.3) unicode-display_width (2.2.0) PLATFORMS @@ -83,7 +85,7 @@ PLATFORMS DEPENDENCIES chandler (= 0.9.0) - mdl (= 0.11.0) + mdl (= 0.12.0) minitest (~> 5.14) minitest-bisect (~> 1.5) pry-byebug!