diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-16 15:05:23 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-16 15:05:23 +0000 |
commit | f222d3d6b103a543d11db8052c63a032f584c529 (patch) | |
tree | 15b75c919710cdcc2314f979649caf9dd1fe2436 /Gemfile | |
parent | 2fe3c7a27414d714d7247098b9a98b4bb7162b03 (diff) | |
download | redmine-f222d3d6b103a543d11db8052c63a032f584c529.tar.gz redmine-f222d3d6b103a543d11db8052c63a032f584c529.zip |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |