Skip to content

Commit

Permalink
Bump nokogiri from 1.16.5 to 1.16.7 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 7a386f9 commit 00bc429
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 @@ -14,7 +14,7 @@ gem 'redcarpet', '~> 3.6'
gem 'pygments.rb', '~> 2.4'

# 1.14.0 is Ruby 2.7 only
gem 'nokogiri', '~> 1.16.5'
gem 'nokogiri', '~> 1.16.7'

# 1.17.0 does not seem to work on Ruby 2.6:
# https://github.com/perlun/perlun.eu.org/actions/runs/9685245708/job/26724904172?pr=50.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ GEM
mercenary (0.3.6)
mini_portile2 (2.8.7)
minitest (5.23.1)
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -109,7 +109,7 @@ DEPENDENCIES
jekyll-multiple-languages-plugin!
jekyll-paginate (~> 1.1)
jemoji (~> 0.13)
nokogiri (~> 1.16.5)
nokogiri (~> 1.16.7)
pygments.rb (~> 2.4)
redcarpet (~> 3.6)

Expand Down

0 comments on commit 00bc429

Please sign in to comment.