Project

General

Profile

Actions

Feature #36594

open

Relax rouge version dependency in Gemfile

Added by Holger Just about 2 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The rouge gem claims to follow Semantic Versioning 2.0.0. As such, most releases of the gem in the past bumped the minor version.

I think it is not necessary to bump every minor release in our Gemfile, thereby forcing users on older Redmine releases to stay on an older rouge version unnecessarily.

As such, I think we should relax the rouge dependency to something like

gem "rouge", "~> 3.28" 

As with this change, people might have different languages available (as different rouge versions support different languages). Accordingly, I propose we also dynamically generate the list of highlighted languages (currently in public/help/code_highlighting_languages.html) with a controller action.


Related issues

Related to Redmine - Feature #33859: Add a list of supported languages by the code highlighter to the helpClosedGo MAEDA

Actions
Related to Redmine - Patch #36325: Update Rouge to 3.28ClosedGo MAEDA

Actions
Actions #1

Updated by Holger Just about 2 years ago

  • Category set to Text formatting
Actions #2

Updated by Holger Just about 2 years ago

  • Related to Feature #33859: Add a list of supported languages by the code highlighter to the help added
Actions #3

Updated by Holger Just about 2 years ago

Actions

Also available in: Atom PDF