From 83ed57e6bee06e961b0d64c1fa4f737872e3054b Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Tue, 10 Dec 2019 17:56:42 +0100 Subject: [PATCH] Upgrade Opal to use a compatible version with Asciidoctor.js 2.0.3 --- Gemfile | 4 ++-- Gemfile.upstream | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 250e9d39..ea28e8c5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +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' +# Asciidoctor.js 2.0.0 requires an unreleased Opal 0.11.99.dev (d136ea8) +gem 'opal', :git => 'https://github.com/opal/opal.git', :ref => 'd136ea8' diff --git a/Gemfile.upstream b/Gemfile.upstream index 01986a81..a41434f0 100644 --- a/Gemfile.upstream +++ b/Gemfile.upstream @@ -3,5 +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' +# Asciidoctor.js 2.0.0 requires an unreleased Opal 0.11.99.dev (d136ea8) +gem 'opal', :git => 'https://github.com/opal/opal.git', :ref => 'd136ea8'