Skip to content

Commit

Permalink
chore(deps): bump nokogiri from 1.16.8 to 1.18.2
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.8 to 1.18.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.2/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.8...v1.18.2)

---
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 Feb 6, 2025
1 parent 9ff5bd2 commit 62cdfcb
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 @@ -5,7 +5,7 @@ gem "aws-sdk-s3", "~> 1"
gem "mail", "~> 2.8"
gem "mysql2"
gem "net-smtp"
gem "nokogiri", "~> 1.16"
gem "nokogiri", "~> 1.18"
gem "notifications-ruby-client", "~> 6.2.0"
gem "puma"
gem "rake", "~> 13.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -218,7 +218,7 @@ DEPENDENCIES
mail (~> 2.8)
mysql2
net-smtp
nokogiri (~> 1.16)
nokogiri (~> 1.18)
notifications-ruby-client (~> 6.2.0)
puma
rack-test
Expand Down

0 comments on commit 62cdfcb

Please sign in to comment.