Skip to content

Commit

Permalink
Bump nokogiri from 1.16.8 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.8 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.8...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 10, 2024
1 parent 8623ba6 commit 2136625
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 @@ -111,7 +111,7 @@ gem 'httparty', '~> 0.22.0'
gem 'slack-notifier', '~> 2.4.0'

# css styles for emails
gem 'nokogiri', '~> 1.16.7'
gem 'nokogiri', '~> 1.17.0'
gem 'premailer-rails', '~> 1.12.0'

# filtering
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ GEM
net-protocol
net-ssh (7.1.0)
nio4r (2.7.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -615,7 +615,7 @@ DEPENDENCIES
minitest-ci (~> 3.4.0)
minitest-utils (~> 0.4.8)
mocha (~> 2.7.1)
nokogiri (~> 1.16.7)
nokogiri (~> 1.17.0)
omniauth-google-oauth2 (~> 1.2.0)
omniauth-oauth2 (~> 1.8.0)
omniauth-rails_csrf_protection (~> 1.0.2)
Expand Down

0 comments on commit 2136625

Please sign in to comment.