diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:49:37 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 11:52:08 +0100 |
commit | 244506cdd4da5379d2611248dc97cdea7285427f (patch) | |
tree | bbcf6ac15affd5226342e18d406a0f276cf8db95 /Gemfile | |
parent | baf1588117d14181d7fbbb0447e22f591066e61c (diff) |
Bump opal to version used in asciidoctor.js 2.1.1
The output didn't change.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ group :development do # 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' + gem 'opal', github: 'opal/opal', ref: '31d26d69' end group :ci do |