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:
Gerwin Klein 2021-11-08 11:43:58 +11:00 committed by GitHub
parent 41ee09daaf
commit 6f5c8e3f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

8
.bundle/config Normal file
View File

@ -0,0 +1,8 @@
# Copyright 2021 seL4 Foundation
#
# SPDX-License-Identifier: BSD-2-Clause
---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ _site/
_repos/
projects/virtualization/docs/api/
.jekyll-cache/
vendor/