summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-07-16 01:29:36 -0600
committerGitHub <noreply@github.com>2019-07-16 01:29:36 -0600
commitce070cb648d278c9cbd4bbf5c2099a670bd003f2 (patch)
treefa79f4eecf2e4ef6ca182a7b2bfe8ca716283a81 /asciidoctor-pdf.gemspec
parent8c83fd5da3bebfce94c1ccd620b36c6aa14bba0d (diff)
upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR #1159)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 8caa76d5..9c214a3e 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'prawn-table', '~> 0.2.0'
s.add_runtime_dependency 'prawn-templates', '~> 0.1.0'
s.add_runtime_dependency 'prawn-svg', '~> 0.29.0'
- s.add_runtime_dependency 'prawn-icon', '~> 2.3.0'
+ s.add_runtime_dependency 'prawn-icon', '~> 2.4.0'
s.add_runtime_dependency 'safe_yaml', '~> 1.0.0'
s.add_runtime_dependency 'thread_safe', '~> 0.3.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.1.0'