Skip to content

Commit

Permalink
Bump kramdown from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.4.0 to 2.5.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 3688f35 commit 6ddb6ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'delayed_job_web', '~>1.4.4'
gem 'will_paginate', '~>4.0.1'

# markdown rendering and syntax highlighting
gem 'kramdown', '~>2.4.0'
gem 'kramdown', '~>2.5.0'
gem 'kramdown-parser-gfm', '~>1.1.0'
gem 'rouge', '4.5.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ GEM
simpleidn (~> 0.2)
jwt (2.9.3)
base64
kramdown (2.4.0)
rexml
kramdown (2.5.0)
rexml (>= 3.3.6)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
jsbundling-rails (~> 1.3.1)
json_schemer (~> 2.3.0)
jwt (~> 2.9.3)
kramdown (~> 2.4.0)
kramdown (~> 2.5.0)
kramdown-parser-gfm (~> 1.1.0)
letter_opener (~> 1.10.0)
listen (~> 3.9.0)
Expand Down

0 comments on commit 6ddb6ed

Please sign in to comment.