Skip to content

Commit

Permalink
Add rouge and pygments.rb as development dependencies to render examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 10, 2019
1 parent 1222b00 commit 464263e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asciidoctor-revealjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'asciidoctor-templates-compiler', '~> 0.4.2'
s.add_development_dependency 'slim', '~> 3.0.6'
s.add_development_dependency 'slim-htag', '~> 0.1.0'
s.add_development_dependency 'rouge'
s.add_development_dependency 'pygments.rb'
# Overriden in Gemfile and Gemfile.upstream for now
#s.add_development_dependency 'opal', '~> 0.11.1'
end

0 comments on commit 464263e

Please sign in to comment.