-
- Downloads
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/
Showing
- app/helpers/accounts_helper.rb 1 addition, 1 deletionapp/helpers/accounts_helper.rb
- app/lib/activitypub/activity.rb 1 addition, 1 deletionapp/lib/activitypub/activity.rb
- app/services/activitypub/process_collection_service.rb 1 addition, 1 deletionapp/services/activitypub/process_collection_service.rb
Loading
Please register or sign in to comment