Upgrade local dependencies to match what github pages uses

to match what is currently on https://pages.github.com/versions/
This commit is contained in:
Dylan Thacker-Smith
2021-03-08 11:22:55 -08:00
parent 40bf603bfb
commit aa6240f43c
2 changed files with 133 additions and 116 deletions

View File

@@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7.1'
bundler-cache: true
- run: bundle exec jekyll build --trace