Bump nokogiri from 1.10.10 to 1.11.4
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) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
681c5d8123
commit
e8300a3e33
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ gem "jekyll", "3.9.0"
|
|||||||
gem "kramdown-parser-gfm", "1.1.0"
|
gem "kramdown-parser-gfm", "1.1.0"
|
||||||
|
|
||||||
# specify nokogiri because 1.11.1 breaks nix for some reason
|
# 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-feed", "0.15.1"
|
||||||
gem "jekyll-seo-tag", "2.7.1"
|
gem "jekyll-seo-tag", "2.7.1"
|
||||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -48,12 +48,14 @@ GEM
|
|||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.5.1)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.11.4)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
|
racc (~> 1.4)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
|
racc (1.5.2)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
@ -76,7 +78,7 @@ DEPENDENCIES
|
|||||||
jekyll-seo-tag (= 2.7.1)
|
jekyll-seo-tag (= 2.7.1)
|
||||||
jekyll-sitemap (= 1.4.0)
|
jekyll-sitemap (= 1.4.0)
|
||||||
kramdown-parser-gfm (= 1.1.0)
|
kramdown-parser-gfm (= 1.1.0)
|
||||||
nokogiri (= 1.10.10)
|
nokogiri (= 1.11.4)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user