Skip to content

Commit e241173

Browse files
authored
Merge pull request #928 from ahus1/upgrade_rouge
upgrade rouge to prevent exception (fixes #925)
2 parents cfae090 + b5097ec commit e241173

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
1313

1414
== Unreleased
1515

16+
Bug Fixes::
17+
18+
* Upgrade to Rouge 3.20.0, fixing error `uninitialized constant Rouge::Lexers` problem (@ahus1) (#925)
19+
1620
== 2.3.0 (2020-05-02)
1721

1822
Improvement::

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ext {
5959
// gem versions
6060
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.10'
6161
coderayGemVersion = '1.1.2'
62-
rougeGemVersion = '3.12.0'
62+
rougeGemVersion = '3.20.0'
6363

6464
codenarcVersion = '0.24.1'
6565
groovyVersion = '2.4.13'

0 commit comments

Comments
 (0)