X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/68ad3cbe4aaaa986b5b6e9f5cfcbf9d9d4c1c319..46fe1e60a1cd96a39163911edd821b3e316ca606:/doc/Gemfile?ds=sidebyside diff --git a/doc/Gemfile b/doc/Gemfile index ea40d14c11..061fa7585a 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -1,4 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: CC-BY-SA-3.0 + source 'https://rubygems.org' gem 'zenweb' -gem 'zenweb-textile' +gem 'liquid', '~>4.0.0' +gem 'RedCloth' +gem 'colorize'