netlify site name: mamazilla
deployment fails at Initializing step with the following
requires rubygems version >= 3.3.22, which is incompatible with the current version, 3.1.2
My gemfile is setup like this
source “https://rubygems.org”
ruby RUBY_VERSION
gem “jekyll”, “~> 4.3.2”
gem “json-minify”, “~> 0.0.3”
gem “jekyll-sass-converter”, “~> 2.0”
group :jekyll_plugins do
gem ‘jekyll-feed’, “~> 0.12”
gem ‘jekyll-sitemap’
gem ‘jekyll-paginate-v2’
end
I had this issue in the past and changed the sass-converter line as this was solving the problem but now the build started failing again. Any ideas on how to fix this?