Upgrade bolognese gem version in Lupo from 1.11.0 to 1.11.2.
abstract_description is a helper method created to show abstract description, this is not a field in database. When we upgraded there is update in zeitwerk gem from 2.6.1 to 2.6.8
So the way class loads might have become strict, hence it was working before and now it's failing.
Open Questions and Pre-Merge TODOs
Learning
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Be humble in the language and feedback you give, ask don't tell.
Consider using positive language as opposed to neutral when offering feedback. This is to avoid the negative bias that can occur with neutral language appearing negative.
Offer suggestions on how to improve code e.g. simplification or expanding clarity.
Ensure you give reasons for the changes you are proposing.
Purpose
closes: https://github.com/datacite/bolognese/issues/168
Approach
Upgrade bolognese gem version in Lupo from 1.11.0 to 1.11.2.
abstract_description
is a helper method created to show abstract description, this is not a field in database. When we upgraded there is update in zeitwerk gem from 2.6.1 to 2.6.8So the way class loads might have become strict, hence it was working before and now it's failing.
Open Questions and Pre-Merge TODOs
Learning
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Reviewer, please remember our guidelines: