diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-22 13:59:15 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-22 13:59:15 -0700 |
commit | 9d7bb9d8c2631a9bd781fa7793fbcfc4fdbf71b8 (patch) | |
tree | 86ed017a746e351a1a1bb22742b149468ae43f80 /Gemfile | |
parent | 84a1e37f4a889c6b7558f101dc0ecf2932d0a0c6 (diff) | |
download | gitlab-ce-9d7bb9d8c2631a9bd781fa7793fbcfc4fdbf71b8.tar.gz |
Bump Nokogiri to 1.10.3sh-bump-nokogiri-1.10.3
This pulls in a fix for libxslt that addresses CVE-2019-11068:
https://github.com/sparklemotion/nokogiri/releases
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ gem 'asciidoctor-plantuml', '0.0.8' gem 'rouge', '~> 3.1' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' -gem 'nokogiri', '~> 1.10.1' +gem 'nokogiri', '~> 1.10.3' gem 'escape_utils', '~> 1.1' # Calendar rendering |