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
Tell us about your request. Provide a summary of the request and all versions that are affected.
The project readme today asks the user to install ruby version 2.6 but this does not work and need to be updated to 2.7. With 2.6 installing the bundles results in this error
bundle install
Your RubyGems version (3.0.9) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`
Fetching gem metadata from http://rubygems.org/............
Resolving dependencies...
Could not find compatible versions
Because every version of ruby-link-checker depends on Ruby >= 2.7
and Gemfile depends on ruby-link-checker >= 0,
Ruby >= 2.7 is required.
So, because current Ruby version is = 2.6.6,
version solving has failed.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered:
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
The project readme today asks the user to install ruby version 2.6 but this does not work and need to be updated to 2.7. With 2.6 installing the bundles results in this error
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: