Add missing dependencies in Gemfile

Signed-off-by: Harry Chen <harry-chen@outlook.com>
This commit is contained in:
Harry Chen 2023-10-31 13:13:40 +08:00
parent dac005aaa1
commit 268ab0ec25
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -3,3 +3,4 @@ gem 'github-pages'
gem 'jekyll-babel'
gem 'jekyll-fontawesome-svg', '~> 0.4.0'
gem 'jekyll-minifier'
gem "webrick", "~> 1.8"