Skip to content

Fix Ruby 2.7 deprecated kwargs usages

Igor Drozdov requested to merge id-fix-rails-6-1-kwargs-deprecations into master

What does this MR do?

Rails 6.1 started raising warnings for some kwargs usages. We can already fix these warnings since the changes are compatible with Rails 6.0

This merge request is fixing tests for !59107 (merged), but since these changes are compatible with Rails 6.0, we can consider merging it now 👍

Related issue: #328805 (closed)

Edited by Igor Drozdov

Merge request reports