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

Chore - Set dependabot ruby version #125

Open
dalehamel opened this issue Jun 18, 2024 · 0 comments
Open

Chore - Set dependabot ruby version #125

dalehamel opened this issue Jun 18, 2024 · 0 comments

Comments

@dalehamel
Copy link
Member

Dependabot was failing on main due to the requirement of having vernier in the main Gemfile, but dependabot runs with an anciet ruby (2.7.X)

To avoid this, vernier is only added as a dependency if the ruby version is new enough:

#124

But we added separate Gemfiles for legacy rubys and modern ones to avoid this exact problem.

It would be ideal to set the Ruby version used by dependabot somehow, since it seems to ignore .ruby-version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant