Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent bbef974 commit 33c47fd
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 @@ -8,7 +8,7 @@ gem 'rack', '2.2.8.1'

gem 'capybara', '>= 3.35.0'
gem 'cuprite', '>= 0.14.0'
gem 'nokogiri', '~> 1.14.0'
gem 'nokogiri', '~> 1.15.6'

gem 'rake', '~> 13.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -104,7 +104,7 @@ DEPENDENCIES
capybara (>= 3.35.0)
capybara_mock!
cuprite (>= 0.14.0)
nokogiri (~> 1.14.0)
nokogiri (~> 1.15.6)
rack (= 2.2.8.1)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down

0 comments on commit 33c47fd

Please sign in to comment.