Update Gemfile with necessary new dependencies

This commit is contained in:
Xevion
2022-03-31 17:03:25 -05:00
parent e209d7b637
commit 302fcfcd8a
2 changed files with 44 additions and 0 deletions

View File

@@ -28,3 +28,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "jekyll-github-metadata"
gem "webrick", "~> 1.7"