summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-08-29 03:17:14 -0600
committerGitHub <noreply@github.com>2019-08-29 03:17:14 -0600
commitf654f3be31acbca9433205574ace1138997840b3 (patch)
tree7c94708156581dd92eb33551556b18d1934a19ae /Gemfile
parent0a52ba55e8d8ba62cbf13d963ce4a0084f9b85ce (diff)
resolves #1233 don't crash when aligning line numbers of source highlighted with Pygments (PR #1235)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4bf8a70b..37e1f617 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,6 +10,7 @@ gem 'prawn-table', git: 'https://github.com/prawnpdf/prawn-table.git', ref: '515
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 'rouge', ENV['ROUGE_VERSION'], require: false if ENV.key? 'ROUGE_VERSION'
+gem 'pygments.rb', ENV['PYGMENTS_VERSION'], require: false if ENV.key? 'PYGMENTS_VERSION'
group :docs do
gem 'yard', require: false