Skip to content

Commit

Permalink
Bump kramdown from 2.1.0 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.1.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent d758113 commit 13ec0e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rails', '5.2.4.6'
# Provide Haml generators for rails
gem 'haml-rails', '~> 1.0'
# Render Markdown as HTML
gem 'kramdown', '2.1.0'
gem 'kramdown', '2.3.1'
# Use Puma as the app server
gem 'puma', '~> 4.3'
# Use Uglifier as compressor for JavaScript assets
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ GEM
ruby_parser (~> 3.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
kramdown (2.1.0)
kramdown (2.3.1)
rexml
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -248,7 +249,7 @@ DEPENDENCIES
capybara (~> 2.13)
ed25519 (>= 1.2, < 2.0)
haml-rails (~> 1.0)
kramdown (= 2.1.0)
kramdown (= 2.3.1)
listen (>= 3.0.5, < 3.2)
mimemagic!
pg (>= 0.18, < 2.0)
Expand Down

0 comments on commit 13ec0e1

Please sign in to comment.