Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2022
1 parent 6a2482c commit d10ae94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
ruby '>=2.4.0'

gem 'jekyll', '3.8.6'
gem 'nokogiri', '1.10.8'
gem 'nokogiri', '1.13.4'
gem 'jekyll-toc', '0.12.2'
10 changes: 6 additions & 4 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.4.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
mini_portile2 (2.8.0)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.3)
racc (1.6.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -62,7 +64,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.8.6)
jekyll-toc (= 0.12.2)
nokogiri (= 1.10.8)
nokogiri (= 1.13.4)

RUBY VERSION
ruby 2.4.0p0
Expand Down

0 comments on commit d10ae94

Please sign in to comment.