Skip to content

Commit

Permalink
Bump nokogiri from 1.16.0 to 1.16.2
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.0 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.0...v1.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 28d2196 commit fa7a50a
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 @@ -60,7 +60,7 @@ gem "capybara-screenshot", "~> 1.0.22"
gem "capybara-shadowdom", "~> 0.3.0"

# HTML or XML parsing
gem "nokogiri", "~> 1.14"
gem "nokogiri", "~> 1.16"

# Useful additions
gem "activesupport", "~> 7.1.1"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ GEM
timeout
net-smtp (0.4.0.1)
net-protocol
nokogiri (1.16.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0-aarch64-linux)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
oj (3.16.3)
bigdecimal (>= 3.0)
Expand Down Expand Up @@ -235,7 +235,7 @@ DEPENDENCIES
minitest-sprint (~> 1.2.0)
multi_json (~> 1.15.0)
net-smtp (~> 0.4.0)
nokogiri (~> 1.14)
nokogiri (~> 1.16)
oj (~> 3.10)
pg (~> 1.5.3)
rails_compatible_cookies_utils (~> 0.1.0)
Expand Down

0 comments on commit fa7a50a

Please sign in to comment.