Skip to content

Commit

Permalink
Bump mdl from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [mdl](https://github.com/mivok/markdownlint) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/mivok/markdownlint/releases)
- [Changelog](https://github.com/markdownlint/markdownlint/blob/master/CHANGELOG.md)
- [Commits](markdownlint/markdownlint@v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 8, 2020
1 parent bcb29a5 commit 7949322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ group :development do
gem "rake", "~> 13.0"

gem "chandler", "0.9.0"
gem "mdl", "0.9.0"
gem "mdl", "0.10.0"
gem "minitest", "~> 5.14"
gem "minitest-bisect", "~> 1.5"
gem "rubocop", "0.89.0"
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Expand Up @@ -15,29 +15,34 @@ GEM
chandler (0.9.0)
netrc
octokit (>= 2.2.0)
chef-utils (16.3.45)
coderay (1.1.2)
docile (1.3.2)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
json (2.3.0)
kramdown (2.1.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
mdl (0.9.0)
kramdown (~> 2.0)
kramdown-parser-gfm (~> 1.0)
mdl (0.10.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
mixlib-cli (~> 2.1, >= 2.1.1)
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
method_source (1.0.0)
minitest (5.14.1)
minitest-bisect (1.5.1)
minitest-server (~> 1.0)
path_expander (~> 1.1)
minitest-server (1.0.6)
minitest (~> 5.0)
mixlib-cli (2.1.5)
mixlib-cli (2.1.6)
mixlib-config (3.0.6)
tomlrb
mixlib-shellout (3.1.2)
chef-utils
multipart-post (2.1.1)
netrc (0.11.0)
octokit (4.15.0)
Expand Down Expand Up @@ -75,15 +80,15 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
tomlrb (1.2.9)
tomlrb (1.3.0)
unicode-display_width (1.7.0)

PLATFORMS
ruby

DEPENDENCIES
chandler (= 0.9.0)
mdl (= 0.9.0)
mdl (= 0.10.0)
minitest (~> 5.14)
minitest-bisect (~> 1.5)
pry-byebug!
Expand Down

0 comments on commit 7949322

Please sign in to comment.