Skip to content

Commit

Permalink
Update dependency kramdown to '~> 2.5.0' (jenkins-infra#7713)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kris Stern <[email protected]>
  • Loading branch information
renovate[bot] and krisstern authored Dec 1, 2024
1 parent 3d463d7 commit a9bcf19
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 @@ -13,7 +13,7 @@ gem 'rouge'
# Support for various template engines we use
gem 'haml', '~> 5.2.0'
gem 'liquid', '~> 5.5.0'
gem 'kramdown', '~> 2.4.0'
gem 'kramdown', '~> 2.5.0'

# Gems necessary for running scripts/fetch-external-resources
group :fetcher do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http_parser.rb (0.8.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
liquid (5.5.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -140,7 +140,7 @@ DEPENDENCIES
faraday (~> 2.9.0)
faraday-follow_redirects (~> 0.3.0)
haml (~> 5.2.0)
kramdown (~> 2.4.0)
kramdown (~> 2.5.0)
liquid (~> 5.5.0)
naturally (~> 2.2.1)
rouge
Expand Down

0 comments on commit a9bcf19

Please sign in to comment.