summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-04-14 23:33:56 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-04-14 23:46:44 +0200
commitd10acf6d84b18ed2ad0afbf6a68d67d395dc1d9a (patch)
tree54e165eef1235a383e8e54cbdfe0d3a23980982e /Gemfile
parent3e6a31e9b0d0d6ed4daa44e8d6be000bbf508f77 (diff)
Update asciidoctor.js to 2.0.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ea42769..3f76764 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,8 +10,10 @@ unless ENV.fetch('ASCIIDOCTOR_VERSION', '').empty?
end
group :development do
- # Keep in sync with version used for asciidoctor.js.
- gem 'opal', '~> 0.11.0'
+ # Keep in sync with version used in opal-node-runtime <- asciidoctor.js.
+ # TODO: Maybe replace with JS version after
+ # https://github.com/Mogztter/opal-node-compiler/issues/6 is resolved.
+ gem 'opal', github: 'opal/opal', ref: 'd136ea8'
end
group :ci do