You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Housekeeping
Remove references to OpenStruct (ostruct gem). Ostruct gem is no longer part of ruby's default gems from Ruby 3.5.0. This change is required before moving to ruby 3.5.0 unless we temporarily add ostruct.
Instead of adding ostruct to the gemfile we should remove it as it is discouraged by rubocop and other sources.
Acceptance critera
All references to OpenStruct are removed
There are no changes to existing behaviour.
The text was updated successfully, but these errors were encountered:
Describe the Housekeeping
Remove references to OpenStruct (ostruct gem). Ostruct gem is no longer part of ruby's default gems from Ruby 3.5.0. This change is required before moving to ruby 3.5.0 unless we temporarily add ostruct.
Instead of adding ostruct to the gemfile we should remove it as it is discouraged by rubocop and other sources.
Acceptance critera
The text was updated successfully, but these errors were encountered: