Update dependency nokogiri to ~> 1.13.0

This commit is contained in:
Renovate Bot 2022-01-07 01:17:53 +00:00 committed by renovate[bot]
parent 3debceac6e
commit a0f9d79a7c
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and
# 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server
# https://github.com/huacnlee/rails-settings-cached/issues/165
gem 'nokogiri', '~> 1.12.5'
gem 'nokogiri', '~> 1.13.0'
# style
gem 'bootstrap-sass', '~> 3.4'