From: Go MAEDA Date: Sun, 15 Jan 2023 06:02:40 +0000 (+0000) Subject: Update Nokogiri to 1.14.0 (#38181). X-Git-Tag: 5.1.0~286 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4d347392011c995213b80065cbb1f31b5489d9c;p=redmine.git Update Nokogiri to 1.14.0 (#38181). git-svn-id: https://svn.redmine.org/redmine/trunk@22043 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index b47bc4d8b..fae6b60e3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "actionpack-xml_parser" gem 'roadie-rails', '~> 3.0.0' gem 'marcel' gem "mail", "~> 2.7.1" -gem 'nokogiri', '~> 1.13.10' +gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.7') ? '~> 1.13.10' : '~> 1.14.0') gem 'i18n', '~> 1.12.0' gem "rbpdf", "~> 1.20.0" gem 'addressable'