Skip to content

Commit 6ede2df

Browse files
Update mdl requirement from ~> 0.11.0 to ~> 0.13.0
Updates the requirements on [mdl](https://github.com/mivok/markdownlint) to permit the latest version. - [Changelog](https://github.com/markdownlint/markdownlint/blob/main/CHANGELOG.md) - [Commits](markdownlint/markdownlint@v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: mdl dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a71420f commit 6ede2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
group :development do
2121
gem 'json_spec', '~> 1.1', '>= 1.1.5'
2222

23-
gem 'mdl', '~> 0.11.0'
23+
gem 'mdl', '~> 0.13.0'
2424

2525
gem 'mocha', '~> 1.0'
2626

0 commit comments

Comments
 (0)