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

Support Rails 8.0 #354

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Support Rails 8.0 #354

merged 1 commit into from
Nov 8, 2024

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Nov 8, 2024

This change updates acts_as_paranoid's dependencies to allow activerecord and activesupport version 8.0.

No functional changes are needed.

  • Update acts_as_paranoid's dependencies on activerecord and activesupport to allow version 8.0
  • Remove activerecord-jdbcsqlite3-adapter dependency to allow Bundler to consider activerecord 8.0
  • Add an appraisal for activerecord 8.0
  • Update GitHub Actions configuration to test with the new active_record_80 appraisal

This change updates acts_as_paranoid's dependencies to allow
activerecord and activesupport version 8.0.

No functional changes are needed.

- Update acts_as_paranoid's dependencies on activerecord and
  activesupport to allow version 8.0
- Remove activerecord-jdbcsqlite3-adapter dependency to allow Bundler to
  consider activerecord 8.0
- Add an appraisal for activerecord 8.0
- Update GitHub Actions configuration to test with the new
  active_record_80 appraisal
@mvz mvz force-pushed the support-rails-8 branch from f616a03 to 9d042f2 Compare November 8, 2024 19:00
@mvz mvz marked this pull request as ready for review November 8, 2024 19:52
@mvz mvz merged commit d6ee241 into master Nov 8, 2024
20 checks passed
@mvz mvz deleted the support-rails-8 branch November 8, 2024 19:54
@pas256
Copy link

pas256 commented Nov 20, 2024

Is there a plan to release a new version that is compatible with Rails 8?

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