Skip to content

Commit b93d6af

Browse files
authored
Add nokogiri minimum version
As suggested by a Github security alert.
1 parent 9e4aa0b commit b93d6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
22
gem 'github-pages'
3+
gem "nokogiri", ">= 1.8.5"

0 commit comments

Comments
 (0)