The laa-apply-for-legal-aid system is a web service by use for solicitors providing legal aid services to enter applications for legal aid on-line. It asks for details of applicant means (income and assets), and the merits of a case, and gives a decision on whether legal aid can be granted or not, and if so, will push the application through to back-end processes for payment.
Rails 8 is a significant update, we will probably want to test the upgrade and investigate which of the features we want to use
Therefore this PR should block dependabot from attempting to upgrade the Rails, or the individual Action or Active, gems.
Checklist
Before you ask people to review this PR:
Tests and rubocop should be passing: bundle exec rake
Github should not be reporting conflicts; you should have recently run git rebase main.
What
Rails 8 is a significant update, we will probably want to test the upgrade and investigate which of the features we want to use Therefore this PR should block dependabot from attempting to upgrade the Rails, or the individual Action or Active, gems.
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.