Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade nokogiri gem to 1.8.5 to resolve CVE-2018-14404 #49

Merged
merged 1 commit into from
Oct 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'slim-rails' # slim templa
gem "sprockets", "~> 3.7.2" # sprockets is a rack-based asset packaging system that concatenates and serves javascript, scss, etc
gem 'sucker_punch', '~> 2.0' # asynchronous processing library
gem 'uglifier', '>= 1.3.0' # compressor for javascript assets
gem 'nokogiri', '~> 1.8.3' # a HTML, XML, SAX, and Reader parser
gem 'nokogiri', '~> 1.8.5' # a HTML, XML, SAX, and Reader parser

group :development, :test do
gem 'rspec-rails', '~> 3.7' # testing framework
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.3.0)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
ffi (~> 1.9.24)
listen (>= 3.0.5, < 3.2)
marginalia (~> 1.6.0)
nokogiri (~> 1.8.3)
nokogiri (~> 1.8.5)
oj (~> 2.16.1)
omniauth (= 1.8.1)
omniauth-slack (= 2.3.0)
Expand Down