Add support for Ruby 3.0.0

This commit is contained in:
Maxime Vaillancourt
2020-12-30 13:42:02 -05:00
parent 406a7accd4
commit af673fd9e7
2 changed files with 20 additions and 17 deletions

View File

@@ -6,3 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
gem "webrick", "~> 1.7"