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
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
The text was updated successfully, but these errors were encountered:
As of #818, Ruby 2.6 test workflows fail with the following error:
The text was updated successfully, but these errors were encountered: