From efbcb11e60745ff81616f85db331ff2cc76a51de Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 22 May 2021 16:11:38 +0200 Subject: [PATCH] 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 --- .ruby-version | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 005119ba..860487ca 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.1 +2.7.1 diff --git a/netlify.toml b/netlify.toml index c06526d0..a295a1ed 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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 \ No newline at end of file