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-06-02 21:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 21:09:02 +0300
commitf3c61892ecbcad3bfe57f06f197ae9e8996970db (patch)
tree3333bd204168492ca70378a8c22928bee5998b72 /Gemfile
parentf5f72042cbd7cf07f6a621de495f053d576fa752 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index fcc4751d576..5780e43fc6a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -195,7 +195,7 @@ gem 'asciidoctor-plantuml', '~> 0.0.16'
gem 'asciidoctor-kroki', '~> 0.8.0', require: false
gem 'rouge', '~> 4.1.2'
gem 'truncato', '~> 0.7.12'
-gem 'nokogiri', '~> 1.15'
+gem 'nokogiri', '~> 1.15', '>= 1.15.2'
# Calendar rendering
gem 'icalendar'
@@ -290,7 +290,7 @@ gem 'sanitize', '~> 6.0'
gem 'babosa', '~> 2.0'
# Sanitizes SVG input
-gem 'loofah', '~> 2.21.1'
+gem 'loofah', '~> 2.21.3'
# Working with license
# Detects the open source license the repository includes