Skip to content

Commit c867b50

Browse files
committed
chore: update Ruby to 3.4.5
1 parent f2a613a commit c867b50

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/workflows/jekyll-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Ruby
4242
uses: ruby/setup-ruby@v1
4343
with:
44-
ruby-version: 3.4.1
44+
ruby-version: 3.4.5
4545
bundler-cache: true
4646

4747
- name: Build site

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.5

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ build:
55
test: build
66
bundle exec htmlproofer _site \
77
--no-check_external_hash \
8+
--disable_external \
89
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,/fonts.googleapis.com/,/fonts.gstatic.com/,/linkedin.com\/in\/grzegorz-milka-55270490/,/twitter.com\/intent\/tweet/,/archive.ph/,/statmodeling.stat.columbia.edu/"

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ The blog is hosted on GitHub Pages at
2626

2727
1. Install project dependencies:
2828

29-
```bash
30-
rbenv install
31-
gem install bundler
32-
bundler install
33-
```
29+
```bash
30+
rbenv install
31+
gem install bundler
32+
bundler install
33+
```
3434

3535
### Testing
3636

@@ -57,13 +57,15 @@ jekyll build
5757
To update the used Ruby version:
5858

5959
1. Update `.ruby-version`.
60+
1. (Optional) Install the new version on your system with `rbenv install x.y.z`.
6061
2. Update `.github/workflows/jekyll-build-and-deploy.yml`.
6162
3. Clean currently generated files and regenerate them:
6263

63-
```bash
64-
git clean -xdf
65-
bundler install
66-
just build
64+
```bash
65+
git clean -xdf
66+
bundler install
67+
just build
68+
```
6769

6870
### Updating gems
6971

0 commit comments

Comments
 (0)