File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
standard (1.51.1 )
5
5
language_server-protocol (~> 3.17.0.2 )
6
6
lint_roller (~> 1.0 )
7
- rubocop (~> 1.80.2 )
7
+ rubocop (>= 1.80.2 , < 1.82.0 )
8
8
standard-custom (~> 1.0.0 )
9
9
standard-performance (~> 1.8 )
10
10
13
13
specs:
14
14
ast (2.4.3 )
15
15
docile (1.4.0 )
16
- json (2.13.2 )
16
+ json (2.15.0 )
17
17
language_server-protocol (3.17.0.5 )
18
18
lint_roller (1.1.0 )
19
19
logger (1.7.0 )
27
27
parser (3.3.9.0 )
28
28
ast (~> 2.4.1 )
29
29
racc
30
- prism (1.4.0 )
30
+ prism (1.5.1 )
31
31
racc (1.8.1 )
32
32
rainbow (3.1.1 )
33
33
rake (13.3.0 )
34
34
rbs (3.6.1 )
35
35
logger
36
- regexp_parser (2.11.2 )
37
- rubocop (1.80.2 )
36
+ regexp_parser (2.11.3 )
37
+ rubocop (1.81.1 )
38
38
json (~> 2.3 )
39
39
language_server-protocol (~> 3.17.0.2 )
40
40
lint_roller (~> 1.1.0 )
41
41
parallel (~> 1.10 )
42
42
parser (>= 3.3.0.2 )
43
43
rainbow (>= 2.2.2 , < 4.0 )
44
44
regexp_parser (>= 2.9.3 , < 3.0 )
45
- rubocop-ast (>= 1.46.0 , < 2.0 )
45
+ rubocop-ast (>= 1.47.1 , < 2.0 )
46
46
ruby-progressbar (~> 1.7 )
47
47
unicode-display_width (>= 2.4.0 , < 4.0 )
48
- rubocop-ast (1.46.0 )
48
+ rubocop-ast (1.47.1 )
49
49
parser (>= 3.3.7.2 )
50
50
prism (~> 1.4 )
51
51
rubocop-performance (1.25.0 )
69
69
standard-performance (1.8.0 )
70
70
lint_roller (~> 1.1 )
71
71
rubocop-performance (~> 1.25.0 )
72
- unicode-display_width (3.1.5 )
73
- unicode-emoji (~> 4.0 , >= 4.0.4 )
74
- unicode-emoji (4.0.4 )
72
+ unicode-display_width (3.2.0 )
73
+ unicode-emoji (~> 4.1 )
74
+ unicode-emoji (4.1.0 )
75
75
76
76
PLATFORMS
77
77
ruby
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . require_paths = [ "lib" ]
22
22
spec . metadata [ "rubygems_mfa_required" ] = "true"
23
23
24
- spec . add_dependency "rubocop" , "~> 1.80.2"
24
+ spec . add_dependency "rubocop" , ">= 1.80.2" , "< 1.82.0 "
25
25
26
26
spec . add_dependency "lint_roller" , "~> 1.0"
27
27
spec . add_dependency "standard-custom" , "~> 1.0.0"
You can’t perform that action at this time.
0 commit comments