fix ruby's version for netlify compatibility

the local .ruby-version file conflicts with netlify's settings
and need to be updated for netlify preview to work. Enforcing same
ruby version on .ruby-version and netlify.toml
This commit is contained in:
erciccione 2021-05-22 16:11:38 +02:00
parent 86e40e498c
commit efbcb11e60
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
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