Skip to content

Commit

Permalink
Fix concurrentRuby to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed May 12, 2021
1 parent 27ac0d0 commit e27cfe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion asciidoctorj-pdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ dependencies {
exclude module: 'addressable'
exclude module: 'public_suffix'
exclude module: 'ttfunk'
exclude module: 'concurrent-ruby'
}
gems "rubygems:concurrent-ruby:$concurrentRubyVersion"
gems "rubygems:thread_safe:$threadSafeGemVersion"

gems "rubygems:prawn:$prawnGemVersion"
gems "rubygems:rghost:$rghostGemVersion"
gems "rubygems:rouge:$rougeGemVersion"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ext {
groovyVersion = '2.1.8'

addressableVersion = '2.4.0'
concurrentRubyVersion = '1.1.7'
public_suffixVersion = '1.4.6'
prawnGemVersion=project.hasProperty('prawnGemVersion') ? project.prawnGemVersion : '2.4.0'
rghostGemVersion = '0.9.7'
Expand Down

0 comments on commit e27cfe5

Please sign in to comment.