Skip to content

Commit f8b6bdf

Browse files
committed
fix: record-and-playback/core/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510795 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510789
1 parent c605c44 commit f8b6bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

record-and-playback/core/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'journald-logger', '~> 3.0'
2626
gem 'jwt', '~> 2.2'
2727
gem 'locale', '~> 2.1'
2828
gem 'loofah', '~> 2.19.1'
29-
gem 'nokogiri', '~> 1.16.5'
29+
gem 'nokogiri', '~> 1.18.4'
3030
gem 'open4', '~> 1.3'
3131
gem 'rb-inotify', '~> 0.10'
3232
gem 'redis', '~> 4.1'

0 commit comments

Comments
 (0)