Skip to content

Commit 121824a

Browse files
authored
Add notes on bundler version in README.md
1 parent 20436ff commit 121824a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is source for the [tech team webpage][tech_blog] at Skit. Template is [Mund
1111
- Install ruby version for this repo. `rbenv install 2.7.2`. A local
1212
`.ruby-version` file will make sure the repository uses consistent ruby
1313
version.
14-
- Install [bundler](https://bundler.io/) using `gem install bundler`.
14+
- 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.
1515
- Run `bundle` for installing dependencies.
1616
- Run the blog locally: `bundle exec jekyll serve --host=0.0.0.0`
1717

0 commit comments

Comments
 (0)