X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d719c220ffe0b81d29d3db38a4dc0f1416389eda..41305b5ac71cc9a306dc654c42c11ffcc4258a47:/doc/Gemfile?ds=sidebyside diff --git a/doc/Gemfile b/doc/Gemfile index 9ee5f581c3..061fa7585a 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -1,6 +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'