File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
gem 'benchmark-ips' , '~> 2.13'
18
18
gem 'minitest' , '~> 5.22'
19
19
gem 'rake' , '~> 13.2'
20
- gem 'rubocop' , '~> 1.21 '
20
+ gem 'rubocop' , '~> 1.64 '
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 46
46
erubi (1.12.0 )
47
47
i18n (1.14.5 )
48
48
concurrent-ruby (~> 1.0 )
49
- json (2.7.1 )
49
+ json (2.7.2 )
50
50
language_server-protocol (3.17.0.3 )
51
51
loofah (2.22.0 )
52
52
crass (~> 1.0.2 )
59
59
racc (~> 1.4 )
60
60
nokogiri (1.16.5-arm64-darwin )
61
61
racc (~> 1.4 )
62
- parallel (1.24.0 )
63
- parser (3.3.0.5 )
62
+ parallel (1.25.1 )
63
+ parser (3.3.3.0 )
64
64
ast (~> 2.4.1 )
65
65
racc
66
66
racc (1.8.0 )
78
78
nokogiri (~> 1.14 )
79
79
rainbow (3.1.1 )
80
80
rake (13.2.1 )
81
- regexp_parser (2.9.0 )
82
- rexml (3.2.8 )
83
- strscan ( >= 3.0.9 )
84
- rubocop (1.61.0 )
81
+ regexp_parser (2.9.2 )
82
+ rexml (3.3.1 )
83
+ strscan
84
+ rubocop (1.64.1 )
85
85
json (~> 2.3 )
86
86
language_server-protocol (>= 3.17.0 )
87
87
parallel (~> 1.10 )
88
88
parser (>= 3.3.0.2 )
89
89
rainbow (>= 2.2.2 , < 4.0 )
90
90
regexp_parser (>= 1.8 , < 3.0 )
91
91
rexml (>= 3.2.5 , < 4.0 )
92
- rubocop-ast (>= 1.30.0 , < 2.0 )
92
+ rubocop-ast (>= 1.31.1 , < 2.0 )
93
93
ruby-progressbar (~> 1.7 )
94
94
unicode-display_width (>= 2.4.0 , < 3.0 )
95
- rubocop-ast (1.31.1 )
96
- parser (>= 3.3.0.4 )
95
+ rubocop-ast (1.31.3 )
96
+ parser (>= 3.3.1.0 )
97
97
ruby-progressbar (1.13.0 )
98
98
simplecov (0.22.0 )
99
99
docile (~> 1.1 )
@@ -120,7 +120,7 @@ DEPENDENCIES
120
120
clsx-rails !
121
121
minitest (~> 5.22 )
122
122
rake (~> 13.2 )
123
- rubocop (~> 1.21 )
123
+ rubocop (~> 1.64 )
124
124
simplecov
125
125
simplecov-cobertura
126
126
You can’t perform that action at this time.
0 commit comments