Bump nokogiri from 1.10.0 to 1.10.4 (#395)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.0 to 1.10.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.0...v1.10.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2019-10-21 18:02:58 -07:00 committed by Natalie Weizenbaum
parent 165dc8f293
commit ba7c79e69a
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ gem "middleman-livereload", "~> 3.4.5"
gem "middleman-minify-html", "~> 3.4.1"
gem "middleman-syntax", "~> 2.0.0"
gem "modular-scale", "~> 2.1.1"
gem "nokogiri", "~> 1.6"
gem "nokogiri", "~> 1.10"
gem "puma"
gem "rack"
gem "rack-contrib"

View File

@ -119,7 +119,7 @@ GEM
modular-scale (2.1.1)
compass (>= 0.12.0)
multi_json (1.13.1)
nokogiri (1.10.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
padrino-helpers (0.12.9)
i18n (~> 0.6, >= 0.6.7)
@ -196,7 +196,7 @@ DEPENDENCIES
middleman-minify-html (~> 3.4.1)
middleman-syntax (~> 2.0.0)
modular-scale (~> 2.1.1)
nokogiri (~> 1.6)
nokogiri (~> 1.10)
puma
rack
rack-conditional (~> 0.3)