X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3cd8626eda1618b9f2be293fc01c29f3d00973a7..544f1dceeb4e5fcc63b683d3edac48e62bca5958:/doc/Gemfile diff --git a/doc/Gemfile b/doc/Gemfile index ad695f0859..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 'liquid' +gem 'liquid', '~>4.0.0' +gem 'RedCloth' +gem 'colorize'