mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 15:08:12 +00:00
Update RBPDF to 1.21.4 to fix missing JPEG images in exported PDF files when using mini_magick >= 5.0 (#42558).
Contributed by Jun NAITOH (user:naitoh). git-svn-id: https://svn.redmine.org/redmine/trunk@23748 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7e4acb6b23
commit
2a6bfbd184
2
Gemfile
2
Gemfile
@ -11,7 +11,7 @@ gem 'marcel'
|
|||||||
gem 'mail', '~> 2.8.1'
|
gem 'mail', '~> 2.8.1'
|
||||||
gem 'nokogiri', '~> 1.18.3'
|
gem 'nokogiri', '~> 1.18.3'
|
||||||
gem 'i18n', '~> 1.14.1'
|
gem 'i18n', '~> 1.14.1'
|
||||||
gem 'rbpdf', '~> 1.21.3'
|
gem 'rbpdf', '~> 1.21.4'
|
||||||
gem 'addressable'
|
gem 'addressable'
|
||||||
gem 'rubyzip', '~> 2.4.0'
|
gem 'rubyzip', '~> 2.4.0'
|
||||||
gem 'propshaft', '~> 1.1.0'
|
gem 'propshaft', '~> 1.1.0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user