summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
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