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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 06:53:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 06:53:49 +0300
commit616d6dc767ba33148a11768f3d73504368897ee9 (patch)
treed629c921f8362af41533d8b6ca464cb4290824e7 /scripts
parentf4653343ad8475d1d72a55de4face443cc7f66c2 (diff)
Add latest changes from gitlab-org/gitlab@15-10-stable-ee
Diffstat (limited to 'scripts')
-rw-r--r--scripts/allowed_warnings.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/allowed_warnings.txt b/scripts/allowed_warnings.txt
index 19bd5d51a20..5310b806bbc 100644
--- a/scripts/allowed_warnings.txt
+++ b/scripts/allowed_warnings.txt
@@ -13,3 +13,12 @@ Type application/netcdf is already registered as a variant of application/netcdf
# This warning is emitted by scripts/static-analysis.
\*\*\*\* .+ had the following warning\(s\):
+
+# Ruby 3 extracts net-protocol into a separate gem, while Ruby 2 has it built-in.
+# This can be removed when support for Ruby 2 is dropped.
+2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:208: warning: already initialized constant Net::BufferedIO::BUFSIZE
+ruby\/2\.7\.0\/net\/protocol\.rb:206: warning: previous definition of BUFSIZE was here
+2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:504: warning: already initialized constant Net::NetPrivate::Socket
+ruby\/2\.7\.0\/net\/protocol\.rb:503: warning: previous definition of Socket was here
+2\.7\.0\/gems\/net-protocol-0\.1\.3\/lib\/net\/protocol\.rb:68: warning: already initialized constant Net::ProtocRetryError
+ruby\/2\.7\.0\/net\/protocol\.rb:66: warning: previous definition of ProtocRetryError was here