X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3dc2b0008be4e09b47f73aeeb97d005cd7836619..060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3:/doc/Gemfile?ds=sidebyside diff --git a/doc/Gemfile b/doc/Gemfile index ea40d14c11..502be88cf0 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' +gem 'RedCloth' +gem 'colorize'