File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 4
4
standard (1.50.0 )
5
5
language_server-protocol (~> 3.17.0.2 )
6
6
lint_roller (~> 1.0 )
7
- rubocop (~> 1.75.5 )
7
+ rubocop (>= 1.75.5 , < 1.80.0 )
8
8
standard-custom (~> 1.0.0 )
9
9
standard-performance (~> 1.8 )
10
10
11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- ast (2.4.2 )
14
+ ast (2.4.3 )
15
15
docile (1.4.0 )
16
- json (2.6.3 )
16
+ json (2.13.2 )
17
17
language_server-protocol (3.17.0.5 )
18
18
lint_roller (1.1.0 )
19
19
logger (1.7.0 )
23
23
method_source (1.0.0 )
24
24
minitest (5.25.5 )
25
25
mutex_m (0.3.0 )
26
- parallel (1.23 .0 )
27
- parser (3.3.7.4 )
26
+ parallel (1.27 .0 )
27
+ parser (3.3.9.0 )
28
28
ast (~> 2.4.1 )
29
29
racc
30
30
prism (1.4.0 )
31
- racc (1.7 .1 )
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.9.3 )
37
- rubocop (1.75.5 )
36
+ regexp_parser (2.11.1 )
37
+ rubocop (1.79.2 )
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.44 .0 , < 2.0 )
45
+ rubocop-ast (>= 1.46 .0 , < 2.0 )
46
46
ruby-progressbar (~> 1.7 )
47
47
unicode-display_width (>= 2.4.0 , < 4.0 )
48
- rubocop-ast (1.44 .0 )
48
+ rubocop-ast (1.46 .0 )
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 (2.5.0 )
72
+ unicode-display_width (3.1.4 )
73
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
74
+ unicode-emoji (4.0.4 )
73
75
74
76
PLATFORMS
75
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.75.5"
24
+ spec . add_dependency "rubocop" , ">= 1.75.5" , "< 1.80.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