Bump nokogiri from 1.15.5 to 1.16.0 (#30536)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-28 14:45:08 +01:00 committed by GitHub
parent 134e9be8a8
commit 22a77ba60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ group :jekyll_plugins do
end end
gem 'sinatra', '3.1.0' gem 'sinatra', '3.1.0'
gem 'nokogiri', '1.15.5' gem 'nokogiri', '1.16.0'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library # and associated library

View File

@ -72,7 +72,7 @@ GEM
multi_json (1.15.0) multi_json (1.15.0)
mustermann (3.0.0) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
nokogiri (1.15.5-x86_64-linux) nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.24.0) parallel (1.24.0)
parser (3.2.2.4) parser (3.2.2.4)
@ -148,7 +148,7 @@ DEPENDENCIES
jekyll-paginate (= 1.1.0) jekyll-paginate (= 1.1.0)
jekyll-sitemap (= 1.4.0) jekyll-sitemap (= 1.4.0)
jekyll-toc (= 0.18.0) jekyll-toc (= 0.18.0)
nokogiri (= 1.15.5) nokogiri (= 1.16.0)
rake (= 13.1.0) rake (= 13.1.0)
rubocop (= 1.59.0) rubocop (= 1.59.0)
ruby-lsp (= 0.13.2) ruby-lsp (= 0.13.2)