summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-28 15:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-28 15:09:17 +0000
commit5bb54b8711a6fd0993ab014f6749cbb74c7b071b (patch)
tree199523e0396170c053798dd470aac0c618ee9b14 /Gemfile
parenteea806d673f060c2660c84ef8fe7f964824460de (diff)
downloadgitlab-ce-5bb54b8711a6fd0993ab014f6749cbb74c7b071b.tar.gz
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 c554d509d0e..ddd482b76cb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -268,7 +268,7 @@ gem 'sanitize', '~> 6.0'
gem 'babosa', '~> 1.0.4'
# Sanitizes SVG input
-gem 'loofah', '~> 2.2'
+gem 'loofah', '~> 2.18.0'
# Working with license
gem 'licensee', '~> 9.14.1'
@@ -344,7 +344,7 @@ gem 'prometheus-client-mmap', '~> 0.15.0', require: 'prometheus/client'
gem 'warning', '~> 1.2.0'
group :development do
- gem 'lefthook', '~> 1.0.1', require: false
+ gem 'lefthook', '~> 1.0.0', require: false
gem 'rubocop'
gem 'solargraph', '~> 0.44.3', require: false