Skip to content

Commit c75f2d5

Browse files
authored
Update build instructions to clarify that ruby 3.2+ is the minimum supported version now (#1192)
1 parent 73b09ab commit c75f2d5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When working on new features[^2][^3], keep in mind this website only supports _e
5858

5959
#### Pre-requisites
6060
- On Local Machine:
61-
- Ruby 3.1.2 with [rbenv](https://github.com/rbenv/rbenv) and [*(For windows)*](https://github.com/RubyMetric/rbenv-for-windows#readme)
61+
- Ruby 3.2+ with [rbenv](https://github.com/rbenv/rbenv) and [*(For windows)*](https://github.com/RubyMetric/rbenv-for-windows#readme)
6262
- Jekyll - [Jekyll Website](https://jekyllrb.com/)
6363
- Minify - [Minify GitHub](https://github.com/tdewolff/minify)
6464
- On Docker:
@@ -81,12 +81,13 @@ To build the website locally, follow these steps:
8181
- If you don't have access to Ruby 3.2 or later in your distribution's repositories, install a compatible version of Ruby using `rbenv`:
8282
- Install in Ubuntu:
8383
- `sudo apt install rbenv`
84+
- `sudo apt install libyaml-dev`
8485
- Install in Fedora:
8586
- Install `rbenv` with dnf
86-
- Run `echo 'eval "$(rbenv init -)"' >> ~/.bashrc` to add the rbenv init to `.bashrc` (or `.bash_profile`)
8787
- Set up `rbenv` running the following:
88-
- `rbenv install 3.4.4`
89-
- `rbenv global 3.4.4`
88+
- `rbenv install 3.2.5`
89+
- `rbenv global 3.2.5`
90+
- `echo 'eval "$(rbenv init -)"' >> ~/.bashrc` to add the rbenv init to `.bashrc` (or `.bash_profile`)
9091
2. Install [Minify](https://github.com/tdewolff/minify/tree/master/cmd/minify).
9192
- Make sure either `minify` or `gominify` is available from the command line.
9293
3. Clone this repository.

0 commit comments

Comments
 (0)