Skip to content

Commit 4c87555

Browse files
authored
Merge pull request #1033 from robertpanzer/fix-1032-performance-regression
Fixes #1032. Downgrade concurrent-ruby to 1.1.7
2 parents 6464140 + 5c439c3 commit 4c87555

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Improvement::
1818
* Upgrade to asciidoctor 2.0.15 (#1026)
1919
* Upgrade to asciidoctor-epub 1.5.1 (#1030)
2020

21+
Bug Fixes::
22+
23+
* Fix performance regression in v2.5.0 with asciidoctorj-pdf and concurrent-ruby (@kedar-joshi) (#1032)
24+
2125
Build Improvement::
2226

2327
* Upgrade to sdkman vendor plugin 2.0.0

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ext {
8383
hamlGemVersion = '5.0.4'
8484
openUriCachedGemVersion = '0.0.5'
8585
slimGemVersion = '4.1.0'
86-
concurrentRubyGemVersion = '1.1.8'
86+
concurrentRubyGemVersion = '1.1.7'
8787
spockVersion = '1.3-groovy-2.4'
8888
threadSafeGemVersion = '0.3.6'
8989
tiltGemVersion = '2.0.10'

0 commit comments

Comments
 (0)