diff options
author | Stan Hu <stanhu@gmail.com> | 2018-03-22 13:41:35 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-03-22 13:51:02 -0700 |
commit | 6e7064dc8a3bc2aff1e166bd171b3ca828c08e38 (patch) | |
tree | bf13292f10d2eb114fafe5da96c4101e3b42a88a /Gemfile | |
parent | 5c36e1b96a7c159a3f8a71528b14cc1c726a8bb9 (diff) | |
download | gitlab-ce-6e7064dc8a3bc2aff1e166bd171b3ca828c08e38.tar.gz |
Bump loofah to 2.2.2 and rails-html-sanitizer to 1.0.4sh-update-loofah
See:
* https://github.com/rails/rails-html-sanitizer/releases
* https://github.com/flavorjones/loofah/releases
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |