Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/00_deprecations.rb')
-rw-r--r--config/initializers/00_deprecations.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/initializers/00_deprecations.rb b/config/initializers/00_deprecations.rb
index 3d6a6491176..e254da5b8c6 100644
--- a/config/initializers/00_deprecations.rb
+++ b/config/initializers/00_deprecations.rb
@@ -44,10 +44,13 @@ else
# https://gitlab.com/gitlab-org/gitlab/-/issues/414556
/Merging .* no longer maintain both conditions, and will be replaced by the latter in Rails 7\.0/,
# https://gitlab.com/gitlab-org/gitlab/-/issues/415890
- /(Date|Time|TimeWithZone)#to_s.+ is deprecated/
+ /(Date|Time|TimeWithZone)#to_s.+ is deprecated/,
+ # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129686
+ /Sum of non-numeric elements requires an initial argument/
]
view_component_3_warnings = [
+ # https://gitlab.com/gitlab-org/gitlab/-/issues/408988
/Setting a slot with `#\w+` is deprecated and will be removed from ViewComponent 3.0.0/
]
ActiveSupport::Deprecation.disallowed_warnings = rails7_deprecation_warnings + view_component_3_warnings