Commit 07205891 authored by Dmytro Zaporozhets (DZ)'s avatar Dmytro Zaporozhets (DZ)

Merge branch 'fix-ruby-2.7-namespaces_helper' into 'master'

Fix ruby 2.7 deprecation warnings in namespaces_helper.rb

See merge request gitlab-org/gitlab!43601
parents 3ff31fdd 0efce78d
......@@ -53,7 +53,7 @@ module NamespacesHelper
selected = options.delete(:selected) || :current_user
options[:groups] = current_user.manageable_groups_with_routes(include_groups_with_developer_maintainer_access: true)
namespaces_options(selected, options)
namespaces_options(selected, **options)
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment