]> source.dussan.org Git - redmine.git/commitdiff
Update Rouge to 4.0 (#37236).
authorGo MAEDA <maeda@farend.jp>
Tue, 17 Jan 2023 02:07:53 +0000 (02:07 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 17 Jan 2023 02:07:53 +0000 (02:07 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22058 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile
public/help/code_highlighting_languages.html

diff --git a/Gemfile b/Gemfile
index 39089ade2ef6191927714ff775448039beedd881..671931dc92184f4abdbba1330e62f1e927ad5812 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
 ruby '>= 2.7.0', '< 3.3.0'
 
 gem 'rails', '6.1.7'
-gem 'rouge', '~> 3.30.0'
+gem 'rouge', '~> 4.0.0'
 gem 'request_store', '~> 1.5.0'
 gem 'mini_mime', '~> 1.1.0'
 gem "actionpack-xml_parser"
index 51435631fbcd27a21a57bdada2d8b92bd1cb84be..eda279942157e22dad9ffebbe8704b7caa14ca5e 100644 (file)
       <td>rescript</td>
       <td>The ReScript programming language (rescript-lang.org)</td>
     </tr>
+    <tr>
+      <td>rml</td>
+      <td>A system agnostic domain-specific language for runtime monitoring and verification (https://rmlatdibris.github.io/)</td>
+    </tr>
     <tr>
       <td>robot_framework</td>
       <td>Robot Framework is a generic open source automation testing framework (robotframework.org) [aliases: robot,robot-framework]</td>
       <td>sml</td>
       <td>Standard ML [aliases: ml]</td>
     </tr>
-    <tr>
-      <td>solidity</td>
-      <td>Solidity, an Ethereum smart contract programming language</td>
-    </tr>
     <tr>
       <td>sparql</td>
       <td>Semantic Query Language, for RDF data</td>
     </tr>
     <tr>
       <td>toml</td>
-      <td>the TOML configuration format (https://github.com/mojombo/toml)</td>
+      <td>the TOML configuration format (https://github.com/toml-lang/toml)</td>
     </tr>
     <tr>
       <td>tsx</td>