Skip to content

Commit

Permalink
Bump nokogiri from 1.15.5 to 1.16.0 (#134)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.5...v1.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 0f3404b commit 0f83eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem 'middleman-sprockets', '~> 4.1'
gem 'middleman-data_source'
gem 'rouge', '~> 3.21'
gem 'redcarpet', '~> 3.6.0'
gem 'nokogiri', '~> 1.15.0'
gem 'nokogiri', '~> 1.16.0'
gem 'sass'
gem 'webrick'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
rouge (~> 3.2)
mini_portile2 (2.8.5)
minitest (5.16.3)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.15.1)
Expand Down Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
middleman-data_source
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.2)
nokogiri (~> 1.15.0)
nokogiri (~> 1.16.0)
redcarpet (~> 3.6.0)
rouge (~> 3.21)
sass
Expand Down

0 comments on commit 0f83eda

Please sign in to comment.