From 244506cdd4da5379d2611248dc97cdea7285427f Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 7 Mar 2020 11:49:37 +0100 Subject: Bump opal to version used in asciidoctor.js 2.1.1 The output didn't change. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3f76764..3a70834 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3