File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ source 'https://rubygems.org'
4
4
5
5
gem 'bundler-audit' , '~> 0.9' , require : false
6
6
gem 'rake' , '>= 12.3.3' , require : false
7
- gem 'rubocop' , '~> 1.64 ' , require : false
7
+ gem 'rubocop' , '~> 1.65 ' , require : false
8
8
gem 'rubocop-rake' , '~> 0.6' , require : false
Original file line number Diff line number Diff line change 7
7
thor (~> 1.0 )
8
8
json (2.7.2 )
9
9
language_server-protocol (3.17.0.3 )
10
- parallel (1.24.0 )
11
- parser (3.3.2 .0 )
10
+ parallel (1.25.1 )
11
+ parser (3.3.4 .0 )
12
12
ast (~> 2.4.1 )
13
13
racc
14
- racc (1.8.0 )
14
+ racc (1.8.1 )
15
15
rainbow (3.1.1 )
16
16
rake (13.2.1 )
17
17
regexp_parser (2.9.2 )
18
- rexml (3.2.8 )
19
- strscan ( >= 3.0.9 )
20
- rubocop (1.64 .1 )
18
+ rexml (3.3.4 )
19
+ strscan
20
+ rubocop (1.65 .1 )
21
21
json (~> 2.3 )
22
22
language_server-protocol (>= 3.17.0 )
23
23
parallel (~> 1.10 )
24
24
parser (>= 3.3.0.2 )
25
25
rainbow (>= 2.2.2 , < 4.0 )
26
- regexp_parser (>= 1.8 , < 3.0 )
26
+ regexp_parser (>= 2.4 , < 3.0 )
27
27
rexml (>= 3.2.5 , < 4.0 )
28
28
rubocop-ast (>= 1.31.1 , < 2.0 )
29
29
ruby-progressbar (~> 1.7 )
@@ -43,7 +43,7 @@ PLATFORMS
43
43
DEPENDENCIES
44
44
bundler-audit (~> 0.9 )
45
45
rake (>= 12.3.3 )
46
- rubocop (~> 1.64 )
46
+ rubocop (~> 1.65 )
47
47
rubocop-rake (~> 0.6 )
48
48
49
49
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments