Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ This site is built with Jekyll.

The project uses:

- Ruby 3.4.10, selected by `.ruby-version`
- Ruby 3.4.10, selected by `.ruby-version` (Note: also works with Ruby 3.4.8)
- Bundler 2.6.9, recorded in `Gemfile.lock`
- Jekyll 4.4.1 or later within the `Gemfile` constraint

Note: also works with Ruby 3.4.8.
Bundler version in `Gemfile.lock`:
```
BUNDLED WITH
2.6.9
```

Jekyll constrain in `Gemfile`:
```
source "https://rubygems.org"
gem "jekyll", "~> 4.4.1"
```

## Install Ruby

Expand Down