Skip to content

Commit

Permalink
Bump nokogiri from 1.16.7 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.17.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.7...v1.17.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 4625b07 commit f632b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'middleman-autoprefixer', '~> 3.0.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'rouge', '~> 3.30.0'
gem 'redcarpet', '~> 3.6.0'
gem 'nokogiri', '~> 1.16.7'
gem 'nokogiri', '~> 1.17.0'

# Lock haml https://github.com/middleman/middleman-syntax/issues/80
gem 'haml', '>= 4.0.5', '< 6.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
middleman-core (>= 3.2)
rouge (~> 3.2)
minitest (5.21.2)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
Expand All @@ -91,7 +91,7 @@ GEM
parallel (1.24.0)
parslet (2.0.0)
public_suffix (5.0.4)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 3.0.0)
middleman-sprockets (~> 4.1.1)
middleman-syntax (~> 3.4.0)
nokogiri (~> 1.16.7)
nokogiri (~> 1.17.0)
redcarpet (~> 3.6.0)
rouge (~> 3.30.0)
sass (= 3.7.4)
Expand Down

0 comments on commit f632b75

Please sign in to comment.