summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-03-07 23:54:15 -0700
committerGitHub <noreply@github.com>2022-03-07 23:54:15 -0700
commitae864f594a5a9f87663696f4ad1e38c43764da0d (patch)
tree106533e791a63bf94e63d93b71c964304fc67e1e /Gemfile
parentbf18a306d8e7e93f3f57658b2c18050a8d0d5330 (diff)
use prawn-table release (PR #2006)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 843e9d68..2a969e98 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,8 +12,6 @@ gem 'matrix' if (Gem::Version.new RUBY_VERSION) >= (Gem::Version.new '3.1.0')
gem 'open-uri-cached', '~> 1.0.0', require: false
gem 'pdf-reader', '2.8.0', require: false
gem 'prawn-gmagick', ENV['PRAWN_GMAGICK_VERSION'], require: false if ENV.key? 'PRAWN_GMAGICK_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', ref: '515f2db294866a343b05d15f94e5fb417a32f6ff', require: false
gem 'pygments.rb', ENV['PYGMENTS_VERSION'], require: false if ENV.key? 'PYGMENTS_VERSION'
gem 'rghost', ENV['RGHOST_VERSION'], require: false if ENV.key? 'RGHOST_VERSION'
# Asciidoctor PDF supports Rouge >= 2 (verified in CI build using 2.0.0)