File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ gem 'kramdown', '~> 2.1.0'
6767gem 'liquid' , '~> 4.0.3'
6868gem 'loofah' , '~> 2.3.1'
6969gem 'mini_magick' , '~> 4.9.5'
70- gem 'nokogiri' , '~> 1.10.5 '
70+ gem 'nokogiri' , '~> 1.10.8 '
7171gem 'omniauth' , '~> 1.9.0'
7272gem 'rack-timeout' , '~> 0.5.1'
7373gem 'rails' , '~> 5.2.3'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments