Solved: Warning: Using the last argument as keyword parameters is deprecated
Ruby 2.7 deprecated the use of hashes in the last argument of a method call. Fix this warning by removing the curly braces or adding a hash splat (**) to a variable argument.
