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

update Ruby image due to rubocop requiring >= 2.7.0 #23

Closed

Conversation

zmariscal
Copy link

Type of PR (feature, enhancement, bug fix, etc.)

Bug fix

Description

Current Github action run

ERROR:  Error installing standard:
	There are no versions of rubocop (~> 1.56.2) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
	rubocop requires Ruby version >= 2.7.0. The current ruby version is 2.6.5.114.

Summary of the fix

rubocop requires a newer version of Ruby to successfully bundle. I'm upgrading to the oldest version or Ruby to satisfy the requirement, but upgrading to Ruby 3 also works as well.

Fixes # (issue)
Point to Ruby 2.7

Why should this be added

Allow GitHub actions to successfully work

Checklist

  • My code follows the style guidelines of this project
  • Actions are passing

@jlurena
Copy link

jlurena commented Feb 13, 2024

Is this dead? Can we get this fixed

@zmariscal
Copy link
Author

@jlurena I don't believe this action is used that frequently. If you want something that's similar and gives you more feedback you can use something like this https://github.com/standardrb/standard-ruby-action

@jlurena
Copy link

jlurena commented Feb 19, 2024

@jlurena I don't believe this action is used that frequently. If you want something that's similar and gives you more feedback you can use something like this https://github.com/standardrb/standard-ruby-action

This is what standardrb sponsors though... If it's dead they shouldn't sponsor it.

@andrewmcodes
Copy link
Owner

Fixed in #20

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

Successfully merging this pull request may close these issues.

3 participants