Patch #42514 ยป 0001-Fix-rubocop-offence-Layout-LineLength-Line-is-too-long.patch
| lib/redmine/helpers/gantt.rb | ||
|---|---|---|
| 400 | 400 |
MiniMagick.cli_path = File.dirname(Redmine::Configuration['imagemagick_convert_command']) |
| 401 | 401 |
else |
| 402 | 402 |
Rails.logger.warn( |
| 403 |
'imagemagick_convert_command option is ignored because MiniMagick has removed the option to define a custom path for the binary. Please ensure the convert binary is available in your PATH.' |
|
| 403 |
'imagemagick_convert_command option is ignored ' \ |
|
| 404 |
'because MiniMagick has removed the option to define a custom path for the binary. ' \ |
|
| 405 |
'Please ensure the convert binary is available in your PATH.' |
|
| 404 | 406 |
) |
| 405 | 407 |
end |
| 406 | 408 |
end |