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.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/initializers/00_deprecations.rb b/config/initializers/00_deprecations.rb
index c45f7ab7a5a..3d6a6491176 100644
--- a/config/initializers/00_deprecations.rb
+++ b/config/initializers/00_deprecations.rb
@@ -42,7 +42,9 @@ else
# https://gitlab.com/gitlab-org/gitlab/-/issues/410086
/Using `return`, `break` or `throw` to exit a transaction block/,
# 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/
+ /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/
]
view_component_3_warnings = [