Skip to content

Commit

Permalink
Bump kramdown from 2.3.1 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

---
updated-dependencies:
- dependency-name: kramdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2022
1 parent ecba3c6 commit 8a7831b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'nokogiri', '~> 1.13.4'
gem 'rouge', '~> 2.2.1'
gem 'therubyracer', '~>0.12.3'
gem "jekyll-github-metadata", "~> 2.14"
gem "kramdown", "~> 2.3.1"
gem "kramdown", "~> 2.4.0"
gem "kramdown-parser-gfm", "~> 1.1.0"

group :dev do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.5.1)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
jekyll-github-metadata (~> 2.14)
jekyll-paginate (~> 1.1.0)
json (~> 2.3)
kramdown (~> 2.3.1)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
neat (~> 1.7.1)
nokogiri (~> 1.13.4)
Expand Down

0 comments on commit 8a7831b

Please sign in to comment.