Project

General

Profile

Patch #42514 ยป 0001-Fix-rubocop-offence-Layout-LineLength-Line-is-too-long.patch

Katsuya HIDAKA, 2025-04-04 16:12

View differences:

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
    (1-1/1)