Skip to content

Commit

Permalink
Bump nokogiri from 1.14.3 to 1.16.5 in /site
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent bcae016 commit b31c73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
source 'https://rubygems.org'
gem 'jekyll', '~>4'
gem "webrick", "~> 1.7"
gem "nokogiri", "~> 1.14"
gem "nokogiri", "~> 1.16"

group :jekyll_plugins do
gem 'jekyll-redirect-from'
Expand Down
6 changes: 3 additions & 3 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.3)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -70,7 +70,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4)
jekyll-redirect-from
nokogiri (~> 1.14)
nokogiri (~> 1.16)
webrick (~> 1.7)

BUNDLED WITH
Expand Down

0 comments on commit b31c73e

Please sign in to comment.