Skip to content

Commit

Permalink
Bump nokogiri from 1.16.4 to 1.16.5
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 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.4...v1.16.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent f9df894 commit adaf5b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'rspec'
gem 'rake'
gem 'nokogiri', '1.16.4'
gem 'nokogiri', '1.16.5'
gem 'activesupport'
gem 'bosh-template'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
method_source (1.1.0)
mini_portile2 (2.8.6)
minitest (5.22.3)
nokogiri (1.16.4)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.2)
Expand All @@ -27,7 +27,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.8.0)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
activesupport
bosh-template
nokogiri (= 1.16.4)
nokogiri (= 1.16.5)
pry-byebug
rake
rspec
Expand Down

0 comments on commit adaf5b4

Please sign in to comment.