Update Nokogiri to 1.13.10 (#38133).

git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22008 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2022-12-28 01:08:17 +00:00
parent d9117ce136
commit e9f2afa6f5

View File

@@ -19,7 +19,7 @@ gem 'nokogiri', (if Gem.ruby_version < Gem::Version.new('2.5.0')
elsif Gem.ruby_version < Gem::Version.new('2.6.0')
'~> 1.12.5'
else
'~> 1.13.6'
'~> 1.13.10'
end)
gem 'i18n', '~> 1.8.2'
gem "rbpdf", "~> 1.20.0"