[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-web PATCH] Replace deprecated "bundle install --path vendor"
From: |
Thomas Huth |
Subject: |
[qemu-web PATCH] Replace deprecated "bundle install --path vendor" |
Date: |
Wed, 21 Feb 2024 09:38:56 +0100 |
When running "bundle install --path vendor", the command complains
that the --path parameter is deprecated nowadays and that
"bundle config set --local path 'vendor'" should be used instead.
So let's update our README accordingly.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
README | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 31be741..ee3119e 100644
--- a/README
+++ b/README
@@ -32,7 +32,8 @@ required Jekyll software should be installed locally:
* Install Jekyll and its dependencies
- # bundle install --path vendor
+ # bundle config set --local path 'vendor'
+ # bundle install
NB this last command must be run from the qemu-web.git checkout
root directory.
--
2.43.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [qemu-web PATCH] Replace deprecated "bundle install --path vendor",
Thomas Huth <=