Skip to content

Commit

Permalink
Update nokogiri to avoid security warning (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe authored Apr 7, 2020
1 parent ce8520e commit b540020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem 'capybara', '>= 2.13', '< 4.0', require: false
if MAJOR < 6
gem 'nokogiri', '1.9.1'
else
gem 'nokogiri', '>= 1.10.4'
gem 'nokogiri', '>= 1.10.8'
end

gem "rubyzip", '~> 1.2'
Expand Down

0 comments on commit b540020

Please # to comment.