cul-it / qa_server

A rails app with questioning authority gem installed to serve as a QA server.
Apache License 2.0
1 stars 6 forks source link

Upgrade ruby, rails, qa and other gems #386

Closed chrisrlc closed 3 months ago

chrisrlc commented 9 months ago

We're currently using ruby 2.7.3 and rails 5.2, both of which have reached end of life: https://endoflife.date/rails https://endoflife.date/ruby

As part of this, we may need to update the qa gem from 5.8.0 to 5.9.0 for ruby 3.1 support: https://github.com/samvera/questioning_authority/releases/tag/v5.9.0. Worryingly, the release notes for 5.9.0 say it supports rails 6.1 - may need to do some testing to see if rails 7 can also be supported.

What do we need to do to update ruby? Is this set in https://github.com/LD4P/qa_server_container?