]> cat aescling's git repositories - mastodon.git/commit
Clarify keyword arguments with ** (#12769)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Fri, 10 Jan 2020 20:57:05 +0000 (10:57 -1000)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Fri, 10 Jan 2020 20:57:05 +0000 (05:57 +0900)
commit206dfd7daddb888a8115804f2c88794b4230592a
tree0a32fe1edb7f600a42acd79e491301ec739bfd44
parent7583679ecfb7aab7de15e1c1df23d793c5447062
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/
app/helpers/accounts_helper.rb
app/lib/activitypub/activity.rb
app/services/activitypub/process_collection_service.rb