1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Daigo 3 Dango 206dfd7dad Clarify keyword arguments with ** (#12769)
This change is to suppress the warning below on on ruby-2.7.0:

- warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
2020-01-11 05:57:05 +09:00
..
chewy
controllers
helpers Clarify keyword arguments with ** (#12769) 2020-01-11 05:57:05 +09:00
javascript Fix reuse of detailed status components (#12792) 2020-01-06 18:22:17 +01:00
lib Clarify keyword arguments with ** (#12769) 2020-01-11 05:57:05 +09:00
mailers
middleware
models Allow blocking TLDs, and fix TLD blocks not being editable (#12805) 2020-01-08 22:42:05 +01:00
policies
presenters
serializers
services Clarify keyword arguments with ** (#12769) 2020-01-11 05:57:05 +09:00
validators
views Rename page_heading_actions variable (#12799) 2020-01-10 01:10:17 +01:00
workers