diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-09-29 23:54:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 23:54:06 -0600 |
| commit | a52472cad381390c54070fc81da19fb0c0bec48f (patch) | |
| tree | ae564529fe80e6e53123e06117c7fea722d59b7d /Gemfile | |
| parent | cd72c55a1fd3261889c8820736126da4ea2caa7a (diff) | |
resolves #535 optimize PDF if writing file and optimize attribute is set (PR #1299)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ gem 'prawn-table', git: 'https://github.com/prawnpdf/prawn-table.git', ref: '515 # 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') +gem 'rghost', ENV['RGHOST_VERSION'], require: false if ENV.key? 'RGHOST_VERSION' gem 'rouge', ENV['ROUGE_VERSION'], require: false if ENV.key? 'ROUGE_VERSION' gem 'pygments.rb', ENV['PYGMENTS_VERSION'], require: false if ENV.key? 'PYGMENTS_VERSION' |
