We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: