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:
authorStan Hu <stanhu@gmail.com>2018-03-22 23:41:35 +0300
committerStan Hu <stanhu@gmail.com>2018-03-22 23:51:02 +0300
commit6e7064dc8a3bc2aff1e166bd171b3ca828c08e38 (patch)
treebf13292f10d2eb114fafe5da96c4101e3b42a88a /Gemfile
parent5c36e1b96a7c159a3f8a71528b14cc1c726a8bb9 (diff)
Bump loofah to 2.2.2 and rails-html-sanitizer to 1.0.4
See: * https://github.com/rails/rails-html-sanitizer/releases * https://github.com/flavorjones/loofah/releases
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2bd6acede79..149ae1fac0d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -231,7 +231,7 @@ gem 'sanitize', '~> 2.0'
gem 'babosa', '~> 1.0.2'
# Sanitizes SVG input
-gem 'loofah', '~> 2.0.3'
+gem 'loofah', '~> 2.2'
# Working with license
gem 'licensee', '~> 8.9'