Skip to content

Commit

Permalink
Merge pull request #59 from robertpanzer/fix-concurrent-ruby
Browse files Browse the repository at this point in the history
Fix concurrentRuby to 1.1.7
  • Loading branch information
robertpanzer authored May 13, 2021
2 parents 27ac0d0 + 1460b34 commit 5b3b57d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ ext {

groovyVersion = '2.1.8'

addressableVersion = '2.4.0'
addressableVersion = '2.7.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 5b3b57d

Please sign in to comment.