Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.12.5 to 1.13.2 #154

Merged
merged 1 commit into from
Feb 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'htmlbeautifier'
gem 'kramdown-math-katex'
gem 'nokogiri', '~> 1.12'
gem 'nokogiri', '~> 1.13'

# The plugin in the gem repository is ccurrently not maintained.
# Temporarity provided locally.
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
mini_portile2 (2.8.0)
nokogiri (1.13.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
nokogiri (1.13.2-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
Expand All @@ -82,7 +82,7 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rainbow (3.0.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -115,7 +115,7 @@ DEPENDENCIES
jekyll-redirect-from
jekyll-sitemap
kramdown-math-katex
nokogiri (~> 1.12)
nokogiri (~> 1.13)
webrick (~> 1.7)

BUNDLED WITH
Expand Down