From 811b6cf9981d7b778f7643fbbb10c548927560f5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 19 Jun 2018 19:43:32 +0200 Subject: Set up compilation to JavaScript using Opal --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 80fe15a..ea42769 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,11 @@ unless ENV.fetch('ASCIIDOCTOR_VERSION', '').empty? end end +group :development do + # Keep in sync with version used for asciidoctor.js. + gem 'opal', '~> 0.11.0' +end + group :ci do gem 'codacy-coverage', '~> 1.1', require: false end -- cgit v1.2.3