Update Jekyll to v4.0.0.

This commit is contained in:
XhmikosR 2019-08-20 19:27:34 +03:00
parent 906a5de548
commit cc3ca2586f
4 changed files with 26 additions and 16 deletions

View file

@ -52,6 +52,9 @@ jobs:
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- name: Update rubygems
run: gem update --system
- run: ruby --version
- run: gem --version
- run: bundle --version