-
Notifications
You must be signed in to change notification settings - Fork 900
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
Add support for Rails 7.2 #1488
Comments
@rmatovu987 Thanks for opening the ticket. Yes, we definitely need compatibility with Rail 7.2 |
We have an P.R open and could be merged soon #1485 |
Could someone please clarify – besides a warning about 7.2 are there any actual incompatibilities / issues? |
It works without problems if you don't have any existing |
Any idea when Rails 7.2 support is going out? thanks. |
* Remove specific ref for paper_trail gem (paper-trail-gem/paper_trail#1488) * Update awesome_nested_set to 3.7, compatible with Rails 7.2 * Update image_processing to 1.13 * Update tailwindcss-rails to 2.7 * Update view_component to 3.14
### Background Update dependencies for Rails 7.2, and other gem updates. ### Detail This Pull Request: * Removes specific ref for paper_trail gem (not required based on discussion at paper-trail-gem/paper_trail#1488) * Updates awesome_nested_set to 3.7, compatible with Rails 7.2 * Updates image_processing to 1.13 * Updates tailwindcss-rails to 2.7 * Updates view_component to 3.14
closed by #1485 |
Thank you for your contribution!
Due to limited volunteers, issues that do not follow this template will be
closed without comment.
Is your feature suggestion related to a problem? Please describe.
There is a warning thrown in Rails 7.2 applications.
PaperTrail 15.1.0 is not compatible with ActiveRecord 7.2.0. We allow PT contributors to install incompatible versions of ActiveRecord, and this warning can be silenced with an environment variable, but this is a bad idea for normal use. Please install a compatible version of ActiveRecord instead (>= 6.1, < 7.2). Please see the discussion in paper_trail/compatibility.rb for details.
Describe the solution you'd like to build
Add support for Rails 7.2
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: