Skip to content

Commit e36778a

Browse files
committed
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-8309365
1 parent 3eef95e commit e36778a

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

record-and-playback/core/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ gem 'rake', '>= 12.3', '<14'
3838
gem 'tzinfo', '>= 1.2.10'
3939

4040
group :test, optional: true do
41-
gem 'rubocop', '~> 1.34.0'
41+
gem 'rubocop', '~> 1.66.0'
4242
gem 'minitest', '~> 5.14.1'
4343
end

record-and-playback/core/Gemfile.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ GEM
2222
journald-logger (3.1.0)
2323
journald-native (~> 1.0)
2424
journald-native (1.0.12)
25-
json (2.7.2)
25+
json (2.7.5)
2626
jwt (2.5.0)
27+
language_server-protocol (3.17.0.3)
2728
locale (2.1.3)
2829
loofah (2.19.1)
2930
crass (~> 1.0.2)
@@ -40,7 +41,7 @@ GEM
4041
open4 (1.3.4)
4142
optimist (3.0.1)
4243
parallel (1.26.3)
43-
parser (3.3.4.2)
44+
parser (3.3.5.1)
4445
ast (~> 2.4.1)
4546
racc
4647
racc (1.8.1)
@@ -60,19 +61,18 @@ GEM
6061
multi_json (~> 1.0)
6162
redis-namespace (~> 1.6)
6263
sinatra (>= 0.9.2)
63-
rexml (3.3.6)
64-
strscan
65-
rubocop (1.34.1)
64+
rexml (3.3.9)
65+
rubocop (1.66.1)
6666
json (~> 2.3)
67+
language_server-protocol (>= 3.17.0)
6768
parallel (~> 1.10)
68-
parser (>= 3.1.2.1)
69+
parser (>= 3.3.0.2)
6970
rainbow (>= 2.2.2, < 4.0)
70-
regexp_parser (>= 1.8, < 3.0)
71-
rexml (>= 3.2.5, < 4.0)
72-
rubocop-ast (>= 1.20.0, < 2.0)
71+
regexp_parser (>= 2.4, < 3.0)
72+
rubocop-ast (>= 1.32.2, < 2.0)
7373
ruby-progressbar (~> 1.7)
74-
unicode-display_width (>= 1.4.0, < 3.0)
75-
rubocop-ast (1.32.1)
74+
unicode-display_width (>= 2.4.0, < 3.0)
75+
rubocop-ast (1.33.0)
7676
parser (>= 3.3.1.0)
7777
ruby-progressbar (1.13.0)
7878
ruby2_keywords (0.0.5)
@@ -82,11 +82,10 @@ GEM
8282
rack (~> 2.2, >= 2.2.4)
8383
rack-protection (= 3.1.0)
8484
tilt (~> 2.0)
85-
strscan (3.1.0)
8685
tilt (2.2.0)
8786
tzinfo (2.0.6)
8887
concurrent-ruby (~> 1.0)
89-
unicode-display_width (2.5.0)
88+
unicode-display_width (2.6.0)
9089

9190
PLATFORMS
9291
ruby
@@ -109,7 +108,7 @@ DEPENDENCIES
109108
rb-inotify (~> 0.10)
110109
redis (~> 4.1)
111110
resque (~> 2.6, >= 2.6.0)
112-
rubocop (~> 1.34.0)
111+
rubocop (~> 1.66.0)
113112
rubyzip (~> 2.0)
114113
tzinfo (>= 1.2.10)
115114

0 commit comments

Comments
 (0)