-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove specific versions from Gemfile. A specific version can be specified in Gemfile.lock if really necessary. Fix parse errors in .bundle/config by moving the license to .reuse/dep5. Can't remove the copyright statement because the CI license check will fail, this makes `reuse` happy. Bundle config files are a subset of YAML. Bundle uses its own parser that doesn't support this syntax. Bundle only supports config files generated with `bundle config`. Signed-off-by: Indan Zupancic <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
# Copyright 2021 seL4 Foundation | ||
# | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
|
||
--- | ||
|
||
BUNDLE_PATH: "vendor/bundle" | ||
BUNDLE_DISABLE_SHARED_GEMS: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters