Skip to content

Commit

Permalink
build(deps): bump nokogiri
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update in the /record-and-playback/core directory: [nokogiri](https://github.com/sparklemotion/nokogiri).


Updates `nokogiri` from 1.15.6 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.15.6...v1.16.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 48df491 commit 04ab9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion record-and-playback/core/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'journald-logger', '~> 3.0'
gem 'jwt', '~> 2.2'
gem 'locale', '~> 2.1'
gem 'loofah', '~> 2.19.1'
gem 'nokogiri', '~> 1.15.6'
gem 'nokogiri', '~> 1.16.5'
gem 'open4', '~> 1.3'
gem 'rb-inotify', '~> 0.10'
gem 'redis', '~> 4.1'
Expand Down
6 changes: 3 additions & 3 deletions record-and-playback/core/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.14.4)
mono_logger (1.1.2)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open4 (1.3.4)
Expand Down Expand Up @@ -113,7 +113,7 @@ DEPENDENCIES
locale (~> 2.1)
loofah (~> 2.19.1)
minitest (~> 5.14.1)
nokogiri (~> 1.15.6)
nokogiri (~> 1.16.5)
open4 (~> 1.3)
optimist
rake (>= 12.3, < 14)
Expand Down

0 comments on commit 04ab9b9

Please sign in to comment.