Merge pull request #1640

fix ruby's version for netlify compatibility
This commit is contained in:
luigi1111 2021-05-22 19:52:38 -04:00 committed by GitHub
commit 65331a1643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.4.1
2.7.1

View file

@ -3,7 +3,7 @@
command = "jekyll build --trace --limit-posts 10"
[build.environment]
RUBY_VERSION = "2.7"
RUBY_VERSION = "2.7.1"
[build.processing]
skip_processing = true