Add patch for activerecord encryptor
Generate patch to override the active record decrypt method to fix failing db testing pipeline.
The initializer added by the patch needs to run before config/initializers/active_record_transaction_observer.rb
which is where the failure is triggered.
Edited by Irina Bronipolsky