From 16121b1741ec1d6da96ab78da4dc7d50844feafc Mon Sep 17 00:00:00 2001 From: Fabien Salvi Date: Tue, 7 Mar 2023 11:23:54 +0100 Subject: [PATCH] Update bundler version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05dc644..6e39ea6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You need to have Ruby and npm installed on your machine. You can build and view the site locally with: ``` -gem install bundler:1.17.2 +gem install bundler:2.4.7 bundle install npm install npm run bower-install