From 020f56d93338d83bee4f8bf4ca45399615b356dc Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 23 Jan 2021 08:26:34 +0000 Subject: [PATCH] Update Nokogiri to 1.11 (#34619). git-svn-id: http://svn.redmine.org/redmine/trunk@20722 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88c71c4a7..a254636aa 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'roadie-rails', (RUBY_VERSION < '2.5' ? '~> 1.3.0' : '~> 2.2.0') gem "mimemagic" gem "mail", "~> 2.7.1" gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1') -gem "nokogiri", "~> 1.10.0" +gem 'nokogiri', (RUBY_VERSION < '2.5' ? '~> 1.10.0' : '~> 1.11.1') gem 'i18n', '~> 1.8.2' gem "rbpdf", "~> 1.20.0" gem 'addressable' -- 2.39.5