projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
16319: Use stdlib func Chtimes instead of UtimesNano syscall.
[arvados.git]
/
doc
/
Gemfile
diff --git
a/doc/Gemfile
b/doc/Gemfile
index 497682b1dd04ba6cecfe1694113cd808946c2d51..502be88cf0c2a2720694bc45c2c0138dd9905c97 100644
(file)
--- 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 'RedCloth'
+gem 'colorize'