Skip to content

Commit

Permalink
Update mdl requirement from ~> 0.12.0 to ~> 0.13.0
Browse files Browse the repository at this point in the history
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.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: mdl
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and danilogco committed Oct 13, 2023
1 parent 01f8378 commit 1aff253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 3.12.0"
s.add_development_dependency "rake", "~> 13.0.6"
s.add_development_dependency "simplecov", "~> 0.22.0"
s.add_development_dependency "mdl", "~> 0.12.0"
s.add_development_dependency "mdl", "~> 0.13.0"
s.add_development_dependency "pry", "~> 0.14.2"
s.add_development_dependency "rubocop", "~> 1.57.0"
s.add_development_dependency "rubocop-packaging"
Expand Down

0 comments on commit 1aff253

Please sign in to comment.