summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-09-29 23:54:06 -0600
committerGitHub <noreply@github.com>2019-09-29 23:54:06 -0600
commita52472cad381390c54070fc81da19fb0c0bec48f (patch)
treeae564529fe80e6e53123e06117c7fea722d59b7d /Gemfile
parentcd72c55a1fd3261889c8820736126da4ea2caa7a (diff)
resolves #535 optimize PDF if writing file and optimize attribute is set (PR #1299)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 37e1f617..cded28bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'