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
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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:
This failure was caused when I pushed to my repository with a gemspec file required ruby
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
The text was updated successfully, but these errors were encountered: