Skip to content

Commit

Permalink
build(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 (#386)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:development
...

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 May 20, 2024
1 parent 312aa10 commit daa1d9f
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 @@ -22,7 +22,7 @@ group :test do

gem 'benchmark-ips', '~> 2.7.2'
gem 'mocha', '~> 1.3'
gem 'nokogiri', '~> 1.16.2'
gem 'nokogiri', '~> 1.16.5'
gem 'pkg-config', '~> 1.1.7'
gem 'resque_unit', '~> 0.4.4'
gem 'test-unit', '~> 3.5'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
mapping (1.1.1)
metaclass (0.0.4)
method_source (1.0.0)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.18.0)
mocha (1.3.0)
metaclass (~> 0.0.1)
Expand All @@ -121,7 +121,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
nio4r (2.5.9)
nokogiri (1.16.2)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openssl (3.1.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
pry-doc (1.1.0)
pry (~> 0.11)
yard (~> 0.9.11)
racc (1.7.3)
racc (1.8.0)
rack (2.2.8.1)
rack-protection (2.2.4)
rack
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
hiredis-client
license_finder (~> 7.0)
mocha (~> 1.3)
nokogiri (~> 1.16.2)
nokogiri (~> 1.16.5)
pkg-config (~> 1.1.7)
pry (~> 0.14)
pry-byebug (~> 3.5.1)
Expand Down

0 comments on commit daa1d9f

Please sign in to comment.