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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-23 03:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-23 03:09:52 +0300
commit2c6067823cfbc56c9ce010ede48bcc049e4249d7 (patch)
treef109dd70122fa89e28d920f8f5347d2165781f24 /config
parenta7f69f74814920683e544f5dbbe79b7359dae8bc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/initializers/00_deprecations.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/initializers/00_deprecations.rb b/config/initializers/00_deprecations.rb
index 3d6a6491176..120e818e49a 100644
--- a/config/initializers/00_deprecations.rb
+++ b/config/initializers/00_deprecations.rb
@@ -44,7 +44,8 @@ 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/,
+ /Sum of non-numeric elements requires an initial argument/
]
view_component_3_warnings = [