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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-6861566
This commit is contained in:
snyk-bot 2024-05-17 16:21:02 +00:00
parent 599b99ce89
commit 9909d1b7e9
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 16 additions and 13 deletions

View File

@ -38,6 +38,6 @@ gem 'rake', '>= 12.3', '<14'
gem 'tzinfo', '>= 1.2.10'
group :test, optional: true do
gem 'rubocop', '~> 1.31.1'
gem 'rubocop', '~> 1.32.0'
gem 'minitest', '~> 5.14.1'
end

View File

@ -22,7 +22,7 @@ GEM
journald-logger (3.1.0)
journald-native (~> 1.0)
journald-native (1.0.12)
json (2.6.3)
json (2.7.2)
jwt (2.5.0)
locale (2.1.3)
loofah (2.19.1)
@ -39,9 +39,10 @@ GEM
racc (~> 1.4)
open4 (1.3.4)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.3.0)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
racc (1.6.1)
rack (2.2.8)
rack-protection (3.1.0)
@ -53,26 +54,27 @@ GEM
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.6.1)
regexp_parser (2.9.2)
resque (2.6.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
rexml (3.2.5)
rubocop (1.31.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.32.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sinatra (3.1.0)
@ -80,10 +82,11 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
strscan (3.1.0)
tilt (2.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.5.0)
PLATFORMS
ruby
@ -106,7 +109,7 @@ DEPENDENCIES
rb-inotify (~> 0.10)
redis (~> 4.1)
resque (~> 2.6, >= 2.6.0)
rubocop (~> 1.31.1)
rubocop (~> 1.32.0)
rubyzip (~> 2.0)
tzinfo (>= 1.2.10)