summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-04-30 00:36:21 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-04-30 00:36:21 -0600
commit58b61128b4369b30f23bd16fee58d24d55a9ebdb (patch)
tree4c5f57ed0a5f55a906fbb5202ce1e0be79369cab /Gemfile
parent5f183b0a5c84091059faa4de74fa7bf7c3acf2fa (diff)
add tests to verify words in table aren't broken when autowidth is set
- upgrade development build to prawn-pdf snapshot - add tests to verify words in table aren't broken when autowidth is set
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 727cb95a..a4715f41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,8 @@ source 'https://rubygems.org'
gemspec
gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'
+# NOTE use prawn-table from upstream (pre-0.2.3) to verify fix for #599
+gem 'prawn-table', git: 'https://github.com/prawnpdf/prawn-table.git', ref: '515f2db294866a343b05d15f94e5fb417a32f6ff'
group :examples do
gem 'rouge', '2.2.1', require: false