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

Ruby version 3.0.6 is not found #7942

Closed
1 task done
jade-aronson opened this issue Aug 31, 2023 · 2 comments · Fixed by #7948
Closed
1 task done

Ruby version 3.0.6 is not found #7942

jade-aronson opened this issue Aug 31, 2023 · 2 comments · Fixed by #7948
Labels
T: bug 🐞 Something isn't working

Comments

@jade-aronson
Copy link
Contributor

jade-aronson commented Aug 31, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Bundler

Package manager version

No response

Language version

Ruby 3.0.6

Manifest location and content before the Dependabot update

No response

dependabot.yml content

No response

Updated dependency

No response

What you expected to see, versus what you actually saw

Dependabot fails running on github with the following error message:

Dependabot::Bundler::FileUpdater::RubyRequirementSetter::RubyVersionNotFound

This failure was caused when I pushed to my repository with a gemspec file required ruby 3.0.6

spec.required_ruby_version = '~> 3.0.6'

Ruby 3.0.6 was released earlier this year, and it looks like the RubyRequirementSetter needs to be updated to have the new version accepted as one of the RUBY_VERSIONS

It looks like an update similar to this issue has been done on another PR: #6460

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

@jade-aronson
Copy link
Contributor Author

I have created a PR that I think addresses this issue: #7948

@jade-aronson
Copy link
Contributor Author

jade-aronson commented Sep 1, 2023

PR was approved, issue will be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant