Skip to content

Commit 7c34164

Browse files
authored
Merge pull request bigbluebutton#21605 from bigbluebutton/snyk-fix-d9738715850964e841cf15f479c93e7a
[Snyk] Security upgrade rubocop from 1.34.1 to 1.66.0
2 parents 0ff40b0 + a297c5a commit 7c34164

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
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: 12 additions & 11 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)
@@ -61,17 +62,17 @@ GEM
6162
redis-namespace (~> 1.6)
6263
sinatra (>= 0.9.2)
6364
rexml (3.3.9)
64-
rubocop (1.34.1)
65+
rubocop (1.66.1)
6566
json (~> 2.3)
67+
language_server-protocol (>= 3.17.0)
6668
parallel (~> 1.10)
67-
parser (>= 3.1.2.1)
69+
parser (>= 3.3.0.2)
6870
rainbow (>= 2.2.2, < 4.0)
69-
regexp_parser (>= 1.8, < 3.0)
70-
rexml (>= 3.2.5, < 4.0)
71-
rubocop-ast (>= 1.20.0, < 2.0)
71+
regexp_parser (>= 2.4, < 3.0)
72+
rubocop-ast (>= 1.32.2, < 2.0)
7273
ruby-progressbar (~> 1.7)
73-
unicode-display_width (>= 1.4.0, < 3.0)
74-
rubocop-ast (1.32.1)
74+
unicode-display_width (>= 2.4.0, < 3.0)
75+
rubocop-ast (1.33.0)
7576
parser (>= 3.3.1.0)
7677
ruby-progressbar (1.13.0)
7778
ruby2_keywords (0.0.5)
@@ -84,7 +85,7 @@ GEM
8485
tilt (2.2.0)
8586
tzinfo (2.0.6)
8687
concurrent-ruby (~> 1.0)
87-
unicode-display_width (2.5.0)
88+
unicode-display_width (2.6.0)
8889

8990
PLATFORMS
9091
ruby
@@ -107,7 +108,7 @@ DEPENDENCIES
107108
rb-inotify (~> 0.10)
108109
redis (~> 4.1)
109110
resque (~> 2.6, >= 2.6.0)
110-
rubocop (~> 1.34.0)
111+
rubocop (~> 1.66.0)
111112
rubyzip (~> 2.0)
112113
tzinfo (>= 1.2.10)
113114

0 commit comments

Comments
 (0)