mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
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:
parent
165dc8f293
commit
ba7c79e69a
2
Gemfile
2
Gemfile
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user