Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
[Security] Bump nokogiri from 1.8.4 to 1.10.3
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.4 to 1.10.3. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.4...v1.10.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed May 10, 2019
1 parent 1098820 commit f61c6b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem "i18n", '~> 0.8.1'
gem "bootstrap-sass", '~> 2.3.2.2' # locked because blacklight 4.7
gem "bower-rails", "~> 0.11.0"
gem "responders", "~> 2.4.0"
gem 'nokogiri', '1.8.4'
gem 'nokogiri', '1.10.3'

gem 'uglifier', '~> 3.2.0'
gem 'rspec-mocks', '3.6.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ GEM
method_source (0.8.2)
mime-types (2.99.3)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.10.3)
multi_json (1.13.1)
multi_xml (0.6.0)
Expand All @@ -248,8 +248,8 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
netrc (0.10.3)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nom-xml (0.5.3)
activesupport (>= 3.2.18)
i18n
Expand Down Expand Up @@ -485,7 +485,7 @@ DEPENDENCIES
lograge (= 0.5.1)
logstash-event (= 1.2.02)
minitest (~> 5.10.2)
nokogiri (= 1.8.4)
nokogiri (= 1.10.3)
omniauth (~> 1.7.1)
omniauth-shibboleth (~> 1.2.1)
pg (~> 0.18.2)
Expand Down

0 comments on commit f61c6b4

Please sign in to comment.