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

rspec (2.6, *) workflows fail due to Rubocop version not supporting Ruby 2.6 #827

Closed
fulf opened this issue Feb 24, 2024 · 0 comments
Closed

Comments

@fulf
Copy link
Contributor

fulf commented Feb 24, 2024

As of #818, Ruby 2.6 test workflows fail with the following error:

Could not find compatible versions

Because rubocop >= 1.51.0 depends on Ruby >= 2.7.0
  and Gemfile depends on rubocop = 1.59.0,
  Ruby >= 2.7.0 is required.
So, because current Ruby version is = 2.6.10,
  version solving has failed.
Error: The process '/opt/hostedtoolcache/Ruby/2.6.10/x64/bin/bundle' failed with exit code 6
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 a pull request may close this issue.

2 participants