Skip to content

Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead

What does this MR do?

Updates peek-mysql2 gem. Changelog: https://github.com/peek/peek-mysql2/blob/master/CHANGELOG.md#120

Fixes deprecation: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports