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

OTWO-5708: Upgrade nokogiri to address vulnerability #1413

Merged
merged 1 commit into from
Sep 3, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'jquery-ui-rails', '~> 5.0.5'
gem 'jwt'
gem 'mini_magick', '~> 4.1.1'
gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.8.5'
gem 'nokogiri', '~> 1.10.3'
gem 'oh_delegator'
gem 'ohloh_scm', '2.4.0'
gem 'open4'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ GEM
mimemagic (0.3.3)
mini_magick (4.1.1)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest-rails (2.2.1)
minitest (~> 5.7)
Expand All @@ -335,8 +335,8 @@ GEM
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
newrelic_rpm (6.2.0.354)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -612,7 +612,7 @@ DEPENDENCIES
minitest-rails
mocha
newrelic_rpm
nokogiri (~> 1.8.5)
nokogiri (~> 1.10.3)
oh_delegator
ohloh_scm (= 2.4.0)
open4
Expand Down Expand Up @@ -658,4 +658,4 @@ DEPENDENCIES
will_paginate-bootstrap

BUNDLED WITH
2.0.1
1.17.3