* [qemu-web PATCH] Replace deprecated "bundle install --path vendor"
@ 2024-02-21 8:38 Thomas Huth
0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2024-02-21 8:38 UTC (permalink / raw)
To: qemu-devel, Paolo Bonzini; +Cc: Daniel P . Berrangé
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-21 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 8:38 [qemu-web PATCH] Replace deprecated "bundle install --path vendor" Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).