Skip to content

Commit

Permalink
Merge pull request #240 from obilodeau/sync-asciidoctorjs-1.5.9
Browse files Browse the repository at this point in the history
Javascript/Node: Sync with Asciidoctor.js 1.5.9 (fixes #227)
  • Loading branch information
obilodeau authored Feb 9, 2019
2 parents f756e95 + b15c63a commit c10e859
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in asciidoctor-revealjs.gemspec
gemspec
# Asciidoctor.js 1.5.9 requires an unreleased Opal 0.11.99.dev (6703d8d)
gem 'opal', :git => 'https://github.com/opal/opal.git', :ref => '6703d8d'
2 changes: 2 additions & 0 deletions Gemfile.upstream
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source 'https://rubygems.org'
gemspec
gem 'asciidoctor', :git => 'https://github.com/asciidoctor/asciidoctor', :branch => 'master'
# Asciidoctor.js 1.5.9 requires an unreleased Opal 0.11.99.dev (6703d8d)
gem 'opal', :git => 'https://github.com/opal/opal.git', :ref => '6703d8d'
3 changes: 2 additions & 1 deletion asciidoctor-revealjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ 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 'opal', '~> 0.11.1'
# Overriden in Gemfile and Gemfile.upstream for now
#s.add_development_dependency 'opal', '~> 0.11.1'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/asciidoctor/asciidoctor-reveal.js",
"dependencies": {
"asciidoctor.js": "1.5.6",
"asciidoctor.js": "1.5.9",
"reveal.js": "3.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit c10e859

Please sign in to comment.