Skip to content

Commit e5b734e

Browse files
Bump nokogiri from 1.10.8 to 1.11.4 in /docs_src
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.8...v1.11.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 246c1a4 commit e5b734e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs_src/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "nokogiri", "< 1.10.9"
3+
gem "nokogiri", "< 1.11.5"
44
gem "jekyll", ">= 3.7"
55
gem "kramdown", ">= 2.3.0"
66

docs_src/Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ GEM
4242
rb-fsevent (~> 0.10, >= 0.10.3)
4343
rb-inotify (~> 0.9, >= 0.9.10)
4444
mercenary (0.4.0)
45-
mini_portile2 (2.4.0)
46-
nokogiri (1.10.8)
47-
mini_portile2 (~> 2.4.0)
45+
mini_portile2 (2.5.3)
46+
nokogiri (1.11.4)
47+
mini_portile2 (~> 2.5.0)
48+
racc (~> 1.4)
4849
pathutil (0.16.2)
4950
forwardable-extended (~> 2.6)
5051
public_suffix (4.0.6)
52+
racc (1.5.2)
5153
rb-fsevent (0.10.4)
5254
rb-inotify (0.10.1)
5355
ffi (~> 1.0)
@@ -66,7 +68,7 @@ PLATFORMS
6668
DEPENDENCIES
6769
jekyll (>= 3.7)
6870
kramdown (>= 2.3.0)
69-
nokogiri (< 1.10.9)
71+
nokogiri (< 1.11.5)
7072

7173
BUNDLED WITH
7274
2.1.4

0 commit comments

Comments
 (0)