Skip to content

Commit bcf32a4

Browse files
bump rubocop to 1.67; removes rexml vulnerability (dependabot-6) (#60)
1 parent 7a6f7de commit bcf32a4

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

ruby-sdk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ group :development do
1313
gem "rake", "~> 13.0"
1414
gem "rake-compiler"
1515
gem "rb_sys", "~> 0.9.102"
16-
gem "rubocop", "~> 1.21"
16+
gem "rubocop", "~> 1.67"
1717
end

ruby-sdk/Gemfile.lock

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,17 @@ GEM
1111
diff-lcs (1.5.1)
1212
json (2.7.2)
1313
language_server-protocol (3.17.0.3)
14-
parallel (1.25.1)
15-
parser (3.3.3.0)
14+
parallel (1.26.3)
15+
parser (3.3.5.0)
1616
ast (~> 2.4.1)
1717
racc
18-
racc (1.8.0)
18+
racc (1.8.1)
1919
rainbow (3.1.1)
2020
rake (13.2.1)
2121
rake-compiler (1.2.7)
2222
rake
2323
rb_sys (0.9.102)
2424
regexp_parser (2.9.2)
25-
rexml (3.3.0)
26-
strscan
2725
rspec (3.13.0)
2826
rspec-core (~> 3.13.0)
2927
rspec-expectations (~> 3.13.0)
@@ -37,22 +35,20 @@ GEM
3735
diff-lcs (>= 1.2.0, < 2.0)
3836
rspec-support (~> 3.13.0)
3937
rspec-support (3.13.1)
40-
rubocop (1.64.1)
38+
rubocop (1.67.0)
4139
json (~> 2.3)
4240
language_server-protocol (>= 3.17.0)
4341
parallel (~> 1.10)
4442
parser (>= 3.3.0.2)
4543
rainbow (>= 2.2.2, < 4.0)
46-
regexp_parser (>= 1.8, < 3.0)
47-
rexml (>= 3.2.5, < 4.0)
48-
rubocop-ast (>= 1.31.1, < 2.0)
44+
regexp_parser (>= 2.4, < 3.0)
45+
rubocop-ast (>= 1.32.2, < 2.0)
4946
ruby-progressbar (~> 1.7)
5047
unicode-display_width (>= 2.4.0, < 3.0)
51-
rubocop-ast (1.31.3)
48+
rubocop-ast (1.32.3)
5249
parser (>= 3.3.1.0)
5350
ruby-progressbar (1.13.0)
54-
strscan (3.1.0)
55-
unicode-display_width (2.5.0)
51+
unicode-display_width (2.6.0)
5652

5753
PLATFORMS
5854
ruby
@@ -63,7 +59,7 @@ DEPENDENCIES
6359
rake-compiler
6460
rb_sys (~> 0.9.102)
6561
rspec (~> 3.0)
66-
rubocop (~> 1.21)
62+
rubocop (~> 1.67)
6763

6864
BUNDLED WITH
6965
2.4.4

0 commit comments

Comments
 (0)