Skip to content

Commit

Permalink
Bump nokogiri from 1.13.10 to 1.16.5 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent 33764f1 commit 7e87cc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.13.10', '< 1.14.0'
gem 'nokogiri', '~> 1.16.5'

# 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
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,18 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.1.1)
pygments.rb (2.4.1)
racc (1.7.3)
racc (1.8.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -107,7 +109,7 @@ DEPENDENCIES
jekyll-multiple-languages-plugin!
jekyll-paginate (~> 1.1)
jemoji (~> 0.13)
nokogiri (~> 1.13.10, < 1.14.0)
nokogiri (~> 1.16.5)
pygments.rb (~> 2.4)
redcarpet (~> 3.6)

Expand Down

0 comments on commit 7e87cc8

Please sign in to comment.