Skip to content

Commit

Permalink
Using asciidoctor-templates-compiler 0.3 so we can support old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Sep 20, 2017
1 parent 18412ca commit 585bc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ node_js: lts/*
rvm:
- 2.4
- 2.3
# FIXME: we should build using >= 2.3 then switch to 2.1 and 2.2 for testing
#- 2.2
#- 2.1
- 2.2
- 2.1
- jruby-9k
gemfile:
- Gemfile
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-revealjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'slim', '~> 3.0.6'
s.add_development_dependency 'slim-htag', '~> 0.1.0'
s.add_development_dependency 'rake', '~> 10.4.2'
s.add_development_dependency 'asciidoctor-templates-compiler', '~> 0.2.0'
s.add_development_dependency 'asciidoctor-templates-compiler', '~> 0.3.0'
s.add_development_dependency 'asciidoctor-doctest', '= 2.0.0.beta.4'
s.add_development_dependency 'pry', '~> 0.10.4'
s.add_development_dependency 'colorize'
Expand Down

0 comments on commit 585bc60

Please sign in to comment.