Skip to content

specify required ruby versions in different format#16

Merged
bastelfreak merged 1 commit into
OpenVoxProject:mainfrom
bastelfreak:foo
May 13, 2025
Merged

specify required ruby versions in different format#16
bastelfreak merged 1 commit into
OpenVoxProject:mainfrom
bastelfreak:foo

Conversation

@bastelfreak
Copy link
Copy Markdown
Contributor

This is a followup for https://github.com/OpenVoxProject/vanagon/actions/runs/14996671825/job/42132507908

dependabot fails with this format:

s.required_ruby_version = '>= 2.7', '< 4'

full error:

updater | /home/dependabot/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb:83:in `eval': (eval at /home/dependabot/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb:83):1: syntax error, unexpected ',', expecting end-of-input (SyntaxError)
155
'>=2.7', '<4'
156
       ^

Please add all notable changes to the "Unreleased" section of the CHANGELOG.

This is a followup for https://github.com/OpenVoxProject/vanagon/actions/runs/14996671825/job/42132507908

dependabot fails with this format:

```
s.required_ruby_version = '>= 2.7', '< 4'
```

full error:

```
updater | /home/dependabot/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb:83:in `eval': (eval at /home/dependabot/bundler/lib/dependabot/bundler/file_updater/ruby_requirement_setter.rb:83):1: syntax error, unexpected ',', expecting end-of-input (SyntaxError)
155
'>=2.7', '<4'
156
       ^
```
Copy link
Copy Markdown
Contributor

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bastelfreak bastelfreak merged commit 2e8062c into OpenVoxProject:main May 13, 2025
8 checks passed
@bastelfreak bastelfreak deleted the foo branch May 13, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants