Skip to content

Commit

Permalink
Merge pull request #5959 from dodona-edu/dependabot/bundler/kramdown-…
Browse files Browse the repository at this point in the history
…2.5.1

Bump kramdown from 2.5.0 to 2.5.1
  • Loading branch information
bmesuere authored Nov 25, 2024
2 parents 5cd4418 + 68fdba7 commit 57fa7fd
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.5.0'
gem 'kramdown', '~>2.5.1'
gem 'kramdown-parser-gfm', '~>1.1.0'
gem 'rouge', '4.5.1'

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

0 comments on commit 57fa7fd

Please sign in to comment.