File tree 2 files changed +18
-14
lines changed 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 17
17
gem 'benchmark-ips' , '~> 2.14'
18
18
gem 'minitest' , '~> 5.25'
19
19
gem 'rake' , '~> 13.2'
20
- gem 'rubocop' , '~> 1.69 '
20
+ gem 'rubocop' , '~> 1.75 '
21
21
22
22
gem 'simplecov' , require : false
23
23
gem 'simplecov-cobertura' , require : false
Original file line number Diff line number Diff line change 33
33
minitest (>= 5.1 )
34
34
mutex_m
35
35
tzinfo (~> 2.0 )
36
- ast (2.4.2 )
36
+ ast (2.4.3 )
37
37
base64 (0.2.0 )
38
38
benchmark-ips (2.14.0 )
39
39
bigdecimal (3.1.8 )
46
46
erubi (1.12.0 )
47
47
i18n (1.14.5 )
48
48
concurrent-ruby (~> 1.0 )
49
- json (2.9.0 )
50
- language_server-protocol (3.17.0.3 )
49
+ json (2.12.0 )
50
+ language_server-protocol (3.17.0.5 )
51
+ lint_roller (1.1.0 )
51
52
loofah (2.22.0 )
52
53
crass (~> 1.0.2 )
53
54
nokogiri (>= 1.12.0 )
59
60
racc (~> 1.4 )
60
61
nokogiri (1.16.5-arm64-darwin )
61
62
racc (~> 1.4 )
62
- parallel (1.26.3 )
63
- parser (3.3.6 .0 )
63
+ parallel (1.27.0 )
64
+ parser (3.3.8 .0 )
64
65
ast (~> 2.4.1 )
65
66
racc
67
+ prism (1.4.0 )
66
68
racc (1.8.1 )
67
69
rack (3.0.11 )
68
70
rack-session (2.0.0 )
78
80
nokogiri (~> 1.14 )
79
81
rainbow (3.1.1 )
80
82
rake (13.2.1 )
81
- regexp_parser (2.9.3 )
83
+ regexp_parser (2.10.0 )
82
84
rexml (3.3.7 )
83
- rubocop (1.69.2 )
85
+ rubocop (1.75.6 )
84
86
json (~> 2.3 )
85
- language_server-protocol (>= 3.17.0 )
87
+ language_server-protocol (~> 3.17.0.2 )
88
+ lint_roller (~> 1.1.0 )
86
89
parallel (~> 1.10 )
87
90
parser (>= 3.3.0.2 )
88
91
rainbow (>= 2.2.2 , < 4.0 )
89
92
regexp_parser (>= 2.9.3 , < 3.0 )
90
- rubocop-ast (>= 1.36.2 , < 2.0 )
93
+ rubocop-ast (>= 1.44.0 , < 2.0 )
91
94
ruby-progressbar (~> 1.7 )
92
95
unicode-display_width (>= 2.4.0 , < 4.0 )
93
- rubocop-ast (1.37.0 )
94
- parser (>= 3.3.1.0 )
96
+ rubocop-ast (1.44.1 )
97
+ parser (>= 3.3.7.2 )
98
+ prism (~> 1.4 )
95
99
ruby-progressbar (1.13.0 )
96
100
simplecov (0.22.0 )
97
101
docile (~> 1.1 )
104
108
simplecov_json_formatter (0.1.4 )
105
109
tzinfo (2.0.6 )
106
110
concurrent-ruby (~> 1.0 )
107
- unicode-display_width (3.1.2 )
111
+ unicode-display_width (3.1.4 )
108
112
unicode-emoji (~> 4.0 , >= 4.0.4 )
109
113
unicode-emoji (4.0.4 )
110
114
@@ -119,7 +123,7 @@ DEPENDENCIES
119
123
clsx-rails !
120
124
minitest (~> 5.25 )
121
125
rake (~> 13.2 )
122
- rubocop (~> 1.69 )
126
+ rubocop (~> 1.75 )
123
127
simplecov
124
128
simplecov-cobertura
125
129
You can’t perform that action at this time.
0 commit comments