mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Update Nokogiri to 1.16.0 (#39972).
git-svn-id: https://svn.redmine.org/redmine/trunk@22576 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3c692009c9
commit
f02e2c088b
2
Gemfile
2
Gemfile
@ -9,7 +9,7 @@ gem "actionpack-xml_parser"
|
||||
gem 'roadie-rails', '~> 3.1.0'
|
||||
gem 'marcel'
|
||||
gem 'mail', '~> 2.8.1'
|
||||
gem 'nokogiri', '~> 1.15.2'
|
||||
gem 'nokogiri', (Gem.ruby_version >= Gem::Version.new('3.0') ? '~> 1.16.0' : '~> 1.15.5')
|
||||
gem 'i18n', '~> 1.14.1'
|
||||
gem 'rbpdf', '~> 1.21.3'
|
||||
gem 'addressable'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user