File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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.69 ' , require : false
7
+ gem 'rubocop' , '~> 1.71 ' , require : false
8
8
gem 'rubocop-rake' , '~> 0.6' , require : false
Original file line number Diff line number Diff line change 6
6
bundler (>= 1.2.0 , < 3 )
7
7
thor (~> 1.0 )
8
8
json (2.9.1 )
9
- language_server-protocol (3.17.0.3 )
9
+ language_server-protocol (3.17.0.4 )
10
10
parallel (1.26.3 )
11
- parser (3.3.6 .0 )
11
+ parser (3.3.7 .0 )
12
12
ast (~> 2.4.1 )
13
13
racc
14
14
racc (1.8.1 )
15
15
rainbow (3.1.1 )
16
16
rake (13.2.1 )
17
17
regexp_parser (2.10.0 )
18
- rubocop (1.69.2 )
18
+ rubocop (1.71.1 )
19
19
json (~> 2.3 )
20
20
language_server-protocol (>= 3.17.0 )
21
21
parallel (~> 1.10 )
22
22
parser (>= 3.3.0.2 )
23
23
rainbow (>= 2.2.2 , < 4.0 )
24
24
regexp_parser (>= 2.9.3 , < 3.0 )
25
- rubocop-ast (>= 1.36.2 , < 2.0 )
25
+ rubocop-ast (>= 1.38.0 , < 2.0 )
26
26
ruby-progressbar (~> 1.7 )
27
27
unicode-display_width (>= 2.4.0 , < 4.0 )
28
- rubocop-ast (1.37 .0 )
28
+ rubocop-ast (1.38 .0 )
29
29
parser (>= 3.3.1.0 )
30
30
rubocop-rake (0.6.0 )
31
31
rubocop (~> 1.0 )
32
32
ruby-progressbar (1.13.0 )
33
33
thor (1.3.2 )
34
- unicode-display_width (3.1.3 )
34
+ unicode-display_width (3.1.4 )
35
35
unicode-emoji (~> 4.0 , >= 4.0.4 )
36
36
unicode-emoji (4.0.4 )
37
37
@@ -42,7 +42,7 @@ PLATFORMS
42
42
DEPENDENCIES
43
43
bundler-audit (~> 0.9 )
44
44
rake (>= 12.3.3 )
45
- rubocop (~> 1.69 )
45
+ rubocop (~> 1.71 )
46
46
rubocop-rake (~> 0.6 )
47
47
48
48
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments