diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-04-27 21:00:17 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-04-27 21:00:17 +0000 |
commit | 66db5bf8e7de37e4296d470205b8b82b255d9053 (patch) | |
tree | 5c56b0d95c3a0d89184f8a5b16f335221ce78741 /Gemfile | |
parent | 9f61be7e37c10f5adb3e4de077f177cf9414da3c (diff) | |
download | redmine-66db5bf8e7de37e4296d470205b8b82b255d9053.tar.gz redmine-66db5bf8e7de37e4296d470205b8b82b255d9053.zip |
Merged r21539 to 5.0-stable (#36912).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21543 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.2' : '~> 1.13.0') +gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.4') gem 'i18n', '~> 1.10.0' gem "rbpdf", "~> 1.20.0" gem 'addressable' |