Browse Source

Update Nokogiri to 1.14.0 (#38181).


git-svn-id: https://svn.redmine.org/redmine/trunk@22043 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 1 year ago
parent
commit
c4d3473920
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -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'

Loading…
Cancel
Save