fix: record-and-playback/core/Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639
This commit is contained in:
snyk-bot 2024-05-30 16:37:27 +00:00
parent fe5b15ee5b
commit ae70940d0e
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -25,8 +25,8 @@ gem 'java_properties'
gem 'journald-logger', '~> 3.0'
gem 'jwt', '~> 2.2'
gem 'locale', '~> 2.1'
gem 'loofah', '~> 2.20.0'
gem 'nokogiri', '~> 1.15.6'
gem 'loofah', '~> 2.21.0'
gem 'nokogiri', '~> 1.16.5'
gem 'open4', '~> 1.3'
gem 'rb-inotify', '~> 0.10'
gem 'redis', '~> 4.1'