diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-01-06 01:47:02 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-01-06 01:47:02 -0700 |
| commit | 616287f9294de6024a0b4b768271e05b3918ac08 (patch) | |
| tree | 29abba4e8afc71922dddc7b64abc8645d6b49087 /Gemfile | |
| parent | c4a2a24ab2db72112d8f9d33697fd9e5ba1def99 (diff) | |
disable require for prawn-table in Gemfile [skip ci]
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
