makandra/assignable_values

Documentation Request: Is Rails 7.x supported?

brandondrew opened this issue · 3 comments

Several things in the repo were updated last week, so I would assume that this project is updated to work with Rails 7.x, and files like Gemfile.7.0.pg would seem to support that inference, but then I see this in the README and I'm not so sure:

assignable_values is tested with Rails 5.1 and 6.1 on Ruby 2.5, 2.7 and 3.0.

Can you clarify?

Additionally, can we expect it to work with Ruby 3.3, 3.2, and 3.1?

Hi Brandon, you are right, assignable_values supports rails 7. The text in the readme was outdated and I fixed it now. The exact combinations that are tested can be found in the github actions file:
https://github.com/makandra/assignable_values/blob/master/.github/workflows/test.yml#L64

There is no explicit test for rails 7.1 and ruby 3.3 yet. Nevertheless you can expect the gem to work with all minor version updates as well. In the unexpected event of errors or bugs, please contact us again.

Additionally, can we expect it to work with Ruby 3.3, 3.2, and 3.1?

Hi Brandon, thanks for the issue! The gem is now tested against ruby 3.3 and 7.1. No changes to the gem were needed, so you can assume v1.0.0 to work as expected. Still, if you encounter any problems, feel free to open another issue.