mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-11 03:33:07 +00:00
Merged r21635 to 5.0-stable (#37249).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21636 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2fe3c7a274
commit
f222d3d6b1
1
Gemfile
1
Gemfile
@ -14,6 +14,7 @@ gem 'marcel'
|
||||
gem "mail", "~> 2.7.1"
|
||||
gem 'csv', '~> 3.2.0'
|
||||
gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.4')
|
||||
gem "rexml", require: false if Gem.ruby_version >= Gem::Version.new('3.0')
|
||||
gem 'i18n', '~> 1.10.0'
|
||||
gem "rbpdf", "~> 1.20.0"
|
||||
gem 'addressable'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user