-
Notifications
You must be signed in to change notification settings - Fork 689
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
Ruby 3.1 compatibilty #1273
Comments
It is added in the |
Would it be possible to cut a release that includes this update? I can't deploy Prawn to Heroku running Ruby 3.1 or 3.2 without pointing directly to |
@joemasilotti Eventually. Just out of curiosity, how do you imagine a release will be different from |
I feel safer knowing I can lock into a version release instead of pointing to a branch. And if/when things change in the future, I can assess how to upgrade based on semantic versioning. |
@joemasilotti Thank you. |
Hey the gem is not compatible with Ruby 3.1
To make it work with a new Rails project I had to add
gem "matrix", "~> 0.4"
to my Gemfile. Maybe this should be added as a dependency.The text was updated successfully, but these errors were encountered: