Skip to content

Commit

Permalink
Bump nokogiri from 1.15.5 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.5...v1.16.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 28, 2023
1 parent 65e2ba6 commit 8b5e424
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
Expand Up @@ -7,7 +7,7 @@ ruby file: ".ruby-version"
gem "capybara", "~> 3.35"
gem "gem-release", "~> 2.2"
gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.12"
gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0"
gem "rspec-rails", "~> 6.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
capybara (~> 3.35)
gem-release (~> 2.2)
matrix (~> 0.4.2)
nokogiri (~> 1.12)
nokogiri (~> 1.16)
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.0)
Expand Down

0 comments on commit 8b5e424

Please sign in to comment.