Skip to content

Commit e8ddc8d

Browse files
Merge pull request #65 from do-your-own-seo/dependabot/bundler/nokogiri-1.15.6
Bump nokogiri from 1.14.3 to 1.15.6
2 parents a73d037 + bca5888 commit e8ddc8d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "sass", "~>3.4"
1717
gem "html-proofer"
1818
gem "kramdown", "~>2.3.1"
1919
gem "kramdown-parser-gfm", "1.1.0"
20-
gem "nokogiri", "1.14.3"
20+
gem "nokogiri", "1.15.6"
2121
# Currently used version of nokogiri requires ruby >=2.6.0"
2222

2323
# If you have any other plugins, list them here:

Gemfile.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,19 @@ GEM
5454
rb-fsevent (~> 0.10, >= 0.10.3)
5555
rb-inotify (~> 0.9, >= 0.9.10)
5656
mercenary (0.3.6)
57-
mini_portile2 (2.8.1)
58-
nokogiri (1.14.3)
59-
mini_portile2 (~> 2.8.0)
57+
mini_portile2 (2.8.5)
58+
nokogiri (1.15.6)
59+
mini_portile2 (~> 2.8.2)
60+
racc (~> 1.4)
61+
nokogiri (1.15.6-x86_64-linux)
6062
racc (~> 1.4)
6163
nokogumbo (2.0.5)
6264
nokogiri (~> 1.8, >= 1.8.4)
6365
parallel (1.22.1)
6466
pathutil (0.16.2)
6567
forwardable-extended (~> 2.6)
6668
public_suffix (4.0.7)
67-
racc (1.6.2)
69+
racc (1.7.3)
6870
rainbow (3.1.1)
6971
rake (12.3.3)
7072
rb-fsevent (0.11.1)
@@ -93,7 +95,7 @@ DEPENDENCIES
9395
jekyll-paginate-v2
9496
kramdown (~> 2.3.1)
9597
kramdown-parser-gfm (= 1.1.0)
96-
nokogiri (= 1.14.3)
98+
nokogiri (= 1.15.6)
9799
rake (~> 12.0)
98100
sass (~> 3.4)
99101
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)