Upgrading
Since I always forget.
Update ruby environment
brew update
brew upgrade
(to upgraderbenv
andruby-build
to the latest)- Check latest ruby versions:
rbenv install -l
- Install latest version:
rbenv install 3.0.2
- Set as default:
rbenv global 3.0.2
gem install bundler jekyll thor stringex
Update Jekyll
Follow instructions on the site. Generally update the versions in the gemfile and run bundle install
(I think).