From 121824afee32263d05a533cb31d897aa059384d2 Mon Sep 17 00:00:00 2001 From: Abhinav Tushar <2487306+lepisma@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:41:56 +0530 Subject: [PATCH] Add notes on bundler version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef61e79..1a4dbc1d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is source for the [tech team webpage][tech_blog] at Skit. Template is [Mund - Install ruby version for this repo. `rbenv install 2.7.2`. A local `.ruby-version` file will make sure the repository uses consistent ruby version. -- Install [bundler](https://bundler.io/) using `gem install bundler`. +- Install [bundler](https://bundler.io/) using `gem install bundler -v 2.4.22`. Note that newer versions of bundler need newer ruby so we will work with an older version for now. - Run `bundle` for installing dependencies. - Run the blog locally: `bundle exec jekyll serve --host=0.0.0.0`