diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-30 00:36:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-04-30 00:36:21 -0600 |
| commit | 58b61128b4369b30f23bd16fee58d24d55a9ebdb (patch) | |
| tree | 4c5f57ed0a5f55a906fbb5202ce1e0be79369cab /Gemfile | |
| parent | 5f183b0a5c84091059faa4de74fa7bf7c3acf2fa (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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
