mirror of https://github.com/seL4/docs.git
bundler: force local install of ruby gems (#107)
Make sure that the Makefile does not try to install global gem files, because this only works with super user privileges. This also fixes seL4/sel4webserver-manifest#2 Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
41ee09daaf
commit
6f5c8e3f09
|
@ -0,0 +1,8 @@
|
|||
# Copyright 2021 seL4 Foundation
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
---
|
||||
|
||||
BUNDLE_PATH: "vendor/bundle"
|
||||
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
|
@ -7,3 +7,4 @@ _site/
|
|||
_repos/
|
||||
projects/virtualization/docs/api/
|
||||
.jekyll-cache/
|
||||
vendor/
|
||||
|
|
Loading…
Reference in New Issue