Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

required_ruby_version in gemspec #105

Closed
innawy opened this issue Apr 12, 2021 · 1 comment
Closed

required_ruby_version in gemspec #105

innawy opened this issue Apr 12, 2021 · 1 comment

Comments

@innawy
Copy link

innawy commented Apr 12, 2021

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!

@parkr
Copy link
Contributor

parkr commented Jul 28, 2021

Hello! I have resolved this on the master branch. Thanks!

@parkr parkr closed this as completed Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants