summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-01-23 08:26:34 +0000
committerGo MAEDA <maeda@farend.jp>2021-01-23 08:26:34 +0000
commit020f56d93338d83bee4f8bf4ca45399615b356dc (patch)
treea284ff21df9bc19ead9963789698d86042398d01 /Gemfile
parentb75e0f017f7d9c039b116ca8c2efb860da430e36 (diff)
downloadredmine-020f56d93338d83bee4f8bf4ca45399615b356dc.tar.gz
redmine-020f56d93338d83bee4f8bf4ca45399615b356dc.zip
Update Nokogiri to 1.11 (#34619).
git-svn-id: http://svn.redmine.org/redmine/trunk@20722 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'