Skip to content

Commit

Permalink
Bump nokogiri from 1.14.3 to 1.16.2 in /utils
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 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.14.3...v1.16.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 2ecbab7 commit 5fc8ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion utils/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'nokogiri', '~> 1.14.3'
gem 'nokogiri', '~> 1.16.2'
gem 'docopt'
10 changes: 5 additions & 5 deletions utils/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ GEM
remote: https://rubygems.org/
specs:
docopt (0.5.0)
mini_portile2 (2.8.1)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
mini_portile2 (2.8.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.6.2)
racc (1.7.3)

PLATFORMS
ruby

DEPENDENCIES
docopt
nokogiri (~> 1.14.3)
nokogiri (~> 1.16.2)

BUNDLED WITH
1.16.1

0 comments on commit 5fc8ae3

Please sign in to comment.