Skip to content

Commit

Permalink
chore: update Ruby to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed May 17, 2024
1 parent 2b95a21 commit eaaea18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.3.1
bundler-cache: true

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,17 @@ To build the static website before release, run
```shell
jekyll build
```

### Updating dependencies

To update the used Ruby version:

1. Update `.ruby-version`.
2. Update `.github/workflows/jekyll-build-and-deploy.yml`.
3. Clean currently generated files and regenerate them:

```bash
git clean -xdf
bundler install
just build
```

0 comments on commit eaaea18

Please sign in to comment.