Skip to content

Commit

Permalink
Bump nokogiri from 1.16.8 to 1.18.3 in the bundler group (#1319)
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update: [nokogiri](https://github.com/sparklemotion/nokogiri).


Updates `nokogiri` from 1.16.8 to 1.18.3
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.8...v1.18.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va <[email protected]>
  • Loading branch information
dependabot[bot] and alexchan-va authored Feb 25, 2025
1 parent a061f73 commit 9838acb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'json', '>= 2.3.0'
gem 'mutex_m', '~> 0.2.0' # ruby 3.4.0 warning said to add
gem 'net-imap', '~> 0.5.6' # ruby 3.4.0 warning said to add
gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.16.5'
gem 'nokogiri', '~> 1.18.3'
gem 'oj' # Amazon Linux `json` gem causes conflicts, but `multi_json` will prefer `oj` if installed
gem 'pg' # Use postgresql as the database for Active Record
gem 'puma', '~> 6.4.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ GEM
net-protocol
newrelic_rpm (9.13.0)
nio4r (2.7.4)
nokogiri (1.16.8-aarch64-linux)
nokogiri (1.18.3-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.18.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -576,7 +576,7 @@ DEPENDENCIES
mutex_m (~> 0.2.0)
net-imap (~> 0.5.6)
newrelic_rpm
nokogiri (~> 1.16.5)
nokogiri (~> 1.18.3)
oj
parallel_tests
pg
Expand Down

0 comments on commit 9838acb

Please sign in to comment.