Skip to content

Commit 7f8c3d9

Browse files
Fix nokogiri version
1 parent 088ead0 commit 7f8c3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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', '~> 5.0', '>= 5.0.8'
1818
gem "kramdown", "~>2.3.1"
1919
gem "kramdown-parser-gfm", "1.1.0"
20-
gem "nokogiri", "2.0.5"
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:

0 commit comments

Comments
 (0)