Skip to content

Commit 0d3247d

Browse files
committed
Note recommended Ruby version
1 parent 75e6e6e commit 0d3247d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Welcome! This repository houses the code for [my blog](https://twilco.github.io
99
3. Use bundler to install packages required for the project - `bundle`
1010
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `bundle exec jekyll serve`
1111

12+
[GitHub pages doesn't seem to be compatible with Ruby 3 yet](https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890), so using a Ruby version manager like [rbenv](https://github.com/rbenv/rbenv) to run Ruby 2.7.3 for this repository is recommended.
13+
1214
Feel free to open an issue or PR for anything you find that needs fixing, or if you enjoyed a specific post and want to see more like it.
1315

1416
<https://twilco.github.io>

0 commit comments

Comments
 (0)