Skip to content

Commit

Permalink
Bump nokogiri from 1.12.5 to 1.13.10 (sass#699)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent 6145a41 commit 024ff9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.12"
gem "nokogiri", "~> 1.13"
gem "puma"
gem "rack"
gem "rack-contrib"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_portile2 (2.6.1)
mini_portile2 (2.8.1)
minitest (5.11.3)
modular-scale (2.1.1)
compass (>= 0.12.0)
multi_json (1.13.1)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
padrino-helpers (0.12.9)
i18n (~> 0.6, >= 0.6.7)
Expand All @@ -133,7 +133,7 @@ GEM
parallel (1.18.0)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.6.2)
rack (1.6.12)
rack-conditional (0.3.1)
rack (>= 1.6.11)
Expand Down Expand Up @@ -201,7 +201,7 @@ DEPENDENCIES
middleman-minify-html (~> 3.4.1)
middleman-syntax (~> 2.0.0)
modular-scale (~> 2.1.1)
nokogiri (~> 1.12)
nokogiri (~> 1.13)
puma
rack
rack-conditional (~> 0.3)
Expand Down

0 comments on commit 024ff9e

Please sign in to comment.