1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Unlock Ruby 3.0

This commit is contained in:
Cotes Chung
2021-09-18 03:40:46 +08:00
parent 2417db656c
commit 0bffb276fe
2 changed files with 4 additions and 1 deletions

View File

@@ -17,3 +17,6 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
gem "webrick", "~> 1.7"