X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b54a5ea817d3d2087eaa07dcf98ec8a82af56d06..3a6b1a17f1b073e381b053b52e3cb0bb9c81d249:/doc/Gemfile diff --git a/doc/Gemfile b/doc/Gemfile index 497682b1dd..061fa7585a 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -1,5 +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'