mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Update Rouge to 4.0 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@22058 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
029bab2767
commit
edcdc699e3
2
Gemfile
2
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"
|
||||
|
||||
@ -662,6 +662,10 @@
|
||||
<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>
|
||||
@ -726,10 +730,6 @@
|
||||
<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>
|
||||
@ -792,7 +792,7 @@
|
||||
</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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user