You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I came across the below offense during the build process of script/cibuild. I'm not sure how to fix this.
Offenses:
jekyll-theme-minimal.gemspec:1:1: C: Gemspec/RequiredRubyVersion: required_ruby_version should be specified.
# frozen_string_literal: true
^
3 files inspected, 1 offense detected
Error: Process completed with exit code 1.
I have tried adding the line below in jekyll-theme-minimal.gemspec, however which required ruby version should I be using? s.required_ruby_version = '2.4.0'
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! I came across the below offense during the build process of script/cibuild. I'm not sure how to fix this.
I have tried adding the line below in jekyll-theme-minimal.gemspec, however which required ruby version should I be using?
s.required_ruby_version = '2.4.0'
Thank you!
The text was updated successfully, but these errors were encountered: