summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-01-06 01:47:02 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-01-06 01:47:02 -0700
commit616287f9294de6024a0b4b768271e05b3918ac08 (patch)
tree29abba4e8afc71922dddc7b64abc8645d6b49087 /Gemfile
parentc4a2a24ab2db72112d8f9d33697fd9e5ba1def99 (diff)
disable require for prawn-table in Gemfile [skip ci]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8c7fe0d6..3bcdbf8f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ 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'
+gem 'prawn-table', git: 'https://github.com/prawnpdf/prawn-table.git', ref: '515f2db294866a343b05d15f94e5fb417a32f6ff', require: false
# Add unicode (preferred) or activesupport to transform case of text containing multibyte chars on Ruby < 2.4
gem 'unicode', require: false if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')
#gem 'activesupport', '4.2.7.1', require: false if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0')