mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Update Nokogiri to 1.13 (#35691).
git-svn-id: http://svn.redmine.org/redmine/trunk@21356 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f670f0e572
commit
a68a187540
2
Gemfile
2
Gemfile
@ -13,7 +13,7 @@ gem 'roadie-rails', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 2.2.0' :
|
||||
gem 'marcel'
|
||||
gem "mail", "~> 2.7.1"
|
||||
gem 'csv', '~> 3.2.0'
|
||||
gem 'nokogiri', '~> 1.12.2'
|
||||
gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.2' : '~> 1.13.0')
|
||||
gem 'i18n', '~> 1.8.2'
|
||||
gem "rbpdf", "~> 1.20.0"
|
||||
gem 'addressable'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user