summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-06-14 23:36:49 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-06-14 23:38:57 -0600
commitb17563c49dad85a19e4ea009d17b6e0e8bcf1495 (patch)
tree212cfd3b4fda94b0e172475baf0a10208455aec6 /Gemfile
parent36e7e1e0d79f5ff7b4ea75e61f01923ca06f1198 (diff)
set pygments.rb version explicitly in CI
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c531ccf1..2cabd9d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec
group :development do
- gem 'pygments.rb' if ENV['PYGMENTS']
+ gem 'pygments.rb', ENV['PYGMENTS_VERSION'] if ENV.key? 'PYGMENTS_VERSION'
end
group :doc do