Bump nokogiri from 1.13.6 to 1.13.10

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.6...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-24 21:07:17 +00:00 committed by GitHub
parent 74beb311c4
commit 18562d0d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ gem 'middleman', '~> 4.3.4'
gem 'middleman-autoprefixer', '~> 2.10.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'middleman-syntax', '~> 3.2.0'
gem 'nokogiri', '~> 1.13.6'
gem 'nokogiri', '~> 1.13.10'
gem 'rack', '~> 2.2.6'
gem 'redcarpet', '~> 3.5.1'
gem 'rouge', '~> 3.26.0'

View file

@ -77,9 +77,9 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.14.4)
nokogiri (1.13.6)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
@ -90,7 +90,7 @@ GEM
activesupport (>= 3.1)
parallel (1.20.1)
public_suffix (4.0.6)
racc (1.6.0)
racc (1.6.2)
rack (2.2.6.2)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
@ -122,7 +122,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.10.0)
middleman-sprockets (~> 4.1.1)
middleman-syntax (~> 3.2.0)
nokogiri (~> 1.13.6)
nokogiri (~> 1.13.10)
rack (~> 2.2.6)
redcarpet (~> 3.5.1)
rouge (~> 3.26.0)