Bump nokogiri from 1.10.10 to 1.11.4 in /static

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/14/head
dependabot[bot] 3 years ago committed by GitHub
parent c0dcbbefb3
commit df9fdedf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      static/Gemfile
  2. 10
      static/Gemfile.lock

@ -4,7 +4,7 @@ gem "jekyll", "3.9.0"
gem "kramdown-parser-gfm", "1.1.0"
# specify nokogiri because 1.11.1 breaks nix for some reason
gem "nokogiri", "1.10.10"
gem "nokogiri", "1.11.4"
gem "jekyll-feed", "0.15.1"
gem "jekyll-seo-tag", "2.7.1"

@ -48,12 +48,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.10)
mini_portile2 (~> 2.4.0)
mini_portile2 (2.5.3)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
@ -76,7 +78,7 @@ DEPENDENCIES
jekyll-seo-tag (= 2.7.1)
jekyll-sitemap (= 1.4.0)
kramdown-parser-gfm (= 1.1.0)
nokogiri (= 1.10.10)
nokogiri (= 1.11.4)
BUNDLED WITH
2.1.4

Loading…
Cancel
Save