File tree 2 files changed +19
-14
lines changed 2 files changed +19
-14
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.71 ' , require : false
8
- gem 'rubocop-rake' , '~> 0.6 ' , require : false
7
+ gem 'rubocop' , '~> 1.75 ' , require : false
8
+ gem 'rubocop-rake' , '~> 0.7 ' , require : false
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- ast (2.4.2 )
4
+ ast (2.4.3 )
5
5
bundler-audit (0.9.2 )
6
6
bundler (>= 1.2.0 , < 3 )
7
7
thor (~> 1.0 )
8
- json (2.9.1 )
8
+ json (2.10.2 )
9
9
language_server-protocol (3.17.0.4 )
10
+ lint_roller (1.1.0 )
10
11
parallel (1.26.3 )
11
- parser (3.3.7.0 )
12
+ parser (3.3.7.4 )
12
13
ast (~> 2.4.1 )
13
14
racc
15
+ prism (1.4.0 )
14
16
racc (1.8.1 )
15
17
rainbow (3.1.1 )
16
18
rake (13.2.1 )
17
19
regexp_parser (2.10.0 )
18
- rubocop (1.71 .1 )
20
+ rubocop (1.75 .1 )
19
21
json (~> 2.3 )
20
- language_server-protocol (>= 3.17.0 )
22
+ language_server-protocol (~> 3.17.0.2 )
23
+ lint_roller (~> 1.1.0 )
21
24
parallel (~> 1.10 )
22
25
parser (>= 3.3.0.2 )
23
26
rainbow (>= 2.2.2 , < 4.0 )
24
27
regexp_parser (>= 2.9.3 , < 3.0 )
25
- rubocop-ast (>= 1.38 .0 , < 2.0 )
28
+ rubocop-ast (>= 1.43 .0 , < 2.0 )
26
29
ruby-progressbar (~> 1.7 )
27
30
unicode-display_width (>= 2.4.0 , < 4.0 )
28
- rubocop-ast (1.38.0 )
29
- parser (>= 3.3.1.0 )
30
- rubocop-rake (0.6.0 )
31
- rubocop (~> 1.0 )
31
+ rubocop-ast (1.43.0 )
32
+ parser (>= 3.3.7.2 )
33
+ prism (~> 1.4 )
34
+ rubocop-rake (0.7.1 )
35
+ lint_roller (~> 1.1 )
36
+ rubocop (>= 1.72.1 )
32
37
ruby-progressbar (1.13.0 )
33
38
thor (1.3.2 )
34
39
unicode-display_width (3.1.4 )
@@ -41,8 +46,8 @@ PLATFORMS
41
46
DEPENDENCIES
42
47
bundler-audit (~> 0.9 )
43
48
rake (>= 12.3.3 )
44
- rubocop (~> 1.71 )
45
- rubocop-rake (~> 0.6 )
49
+ rubocop (~> 1.75 )
50
+ rubocop-rake (~> 0.7 )
46
51
47
52
BUNDLED WITH
48
53
2.6.2
You can’t perform that action at this time.
0 commit comments