Skip to content

Commit b540020

Browse files
authored
Update nokogiri to avoid security warning (rspec#2317)
1 parent ce8520e commit b540020

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
@@ -51,7 +51,7 @@ gem 'capybara', '>= 2.13', '< 4.0', require: false
5151
if MAJOR < 6
5252
gem 'nokogiri', '1.9.1'
5353
else
54-
gem 'nokogiri', '>= 1.10.4'
54+
gem 'nokogiri', '>= 1.10.8'
5555
end
5656

5757
gem "rubyzip", '~> 1.2'

0 commit comments

Comments
 (0)