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

Relax gemspec to allow Rails 8.0; add Rails main branch to CI #729

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

mattbrictson
Copy link
Contributor

@mattbrictson mattbrictson commented Sep 2, 2024

Rails 8 does not have an alpha or beta rubygems release, but it sounds like a release is imminent (to coincide with Rails World in late September).

To prepare for Rails 8, this PR relaxes the Rails requirement in the audited gemspec to allow "< 8.1" instead of "< 8.0". This will allow audited to be used with Rails 8.0 when it is released.

To test that audited will work with Rails 8, I added a rails_main Gemfile to Appraisals that targets the Rails main branch, and included this in the CI matrix.

Rails 8 does not have an alpha or beta rubygems release, but it sounds
like a release is imminent (to coincide with Rails World in late
September).

To prepare for Rails 8, this PR relaxes the Rails requirement in the
audited gemspec to allow "< 8.1" instead of "< 8.0". This will allow
audited to be used with Rails 8.0 when it is released.

To test that audited will work with Rails 8, I added a `rails-main`
Gemfile to `Appraisals` that targets the Rails main branch, and included
this in the CI matrix.
@danielmorrison danielmorrison merged commit 8dc7184 into collectiveidea:main Oct 2, 2024
82 checks passed
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.

2 participants