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

Update dependencies to drop Ruby 3.0 and try to fix dependabot #108

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

Tabby
Copy link
Contributor

@Tabby Tabby commented Oct 10, 2024

Dependabot has not been running successfully in this repository due to the way we were specifying the Rails versions in the Gemfile. We were using the Gemfile to set the Rails versions from an environment variable to allow us to test against specific versions, but Dependabot was checking the Gemfile and, not having those env vars, was failing to determine an appropriate version to use and erroring.

The Rails version specifications have now been moved fully to the gemspec and are configured so that if no env var is present to set a specific Rails version, it will use the version range that was previously specified in the gemspec. Hopefully this should allow Dependabot to find a valid version range.

Also drop support for EOL Ruby 3.0 and add Rails 7.2 to the test matrix to ensure compatibility

Dependabot has not been running successfully in this repository due to
the way we were specifying the Rails versions in the Gemfile. We were
using the Gemfile to set the Rails versions from an environment variable
to allow us to test against specific versions, but Dependabot was
checking the Gemfile and, not having those env vars, was failing to
determine an appropriate version to use and erroring.

The Rails version specifications have now been moved fully to the
gemspec and are configured so that if no env var is present to set a
specific Rails version, it will use the version range that was
previously specified in the gemspec.

Also drop support for EOL Ruby 3.0 and add Rails 7.2 to the test matrix
to ensure compatibility
@Tabby Tabby changed the title Update dependencies to drop Ruby 3.0 and fix dependabot Update dependencies to drop Ruby 3.0 and try to fix dependabot Oct 10, 2024
@Tabby Tabby merged commit 5a3a873 into master Oct 10, 2024
13 checks passed
@Tabby Tabby deleted the update-ruby-rails-dependency-versions branch October 10, 2024 11:58
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

Successfully merging this pull request may close these issues.

1 participant