Skip to content

Commit 3e4318e

Browse files
author
Vidas P
committed
Update nokogiri (CVE-2020-7595)
1 parent 67630e4 commit 3e4318e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [current]
9+
### Fixed
10+
- Update nokogiri (CVE-2020-7595)
11+
812
## [0.9.6] - 2019-12-09
913
### Added
1014
- Support for remote agents. Custom agents can now be written in any

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ gem 'kramdown', '~> 2.1.0'
6767
gem 'liquid', '~> 4.0.3'
6868
gem 'loofah', '~> 2.3.1'
6969
gem 'mini_magick', '~> 4.9.5'
70-
gem 'nokogiri', '~> 1.10.5'
70+
gem 'nokogiri', '~> 1.10.8'
7171
gem 'omniauth', '~> 1.9.0'
7272
gem 'rack-timeout', '~> 0.5.1'
7373
gem 'rails', '~> 5.2.3'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ GEM
313313
net-ftp-list (3.2.8)
314314
netrc (0.11.0)
315315
nio4r (2.5.2)
316-
nokogiri (1.10.5)
316+
nokogiri (1.10.8)
317317
mini_portile2 (~> 2.4.0)
318318
notiffany (0.1.3)
319319
nenv (~> 0.1)
@@ -631,7 +631,7 @@ DEPENDENCIES
631631
mini_magick (~> 4.9.5)
632632
mini_racer (~> 0.2.8)
633633
net-ftp-list (~> 3.2.8)
634-
nokogiri (~> 1.10.5)
634+
nokogiri (~> 1.10.8)
635635
omniauth (~> 1.9.0)
636636
omniauth-37signals
637637
omniauth-evernote

0 commit comments

Comments
 (0)