File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
boxt_rubocop (2.3.0 )
5
- rubocop (= 1.61.0 )
5
+ rubocop (= 1.62.1 )
6
6
rubocop-faker (= 1.1.0 )
7
7
rubocop-performance (= 1.20.2 )
8
8
rubocop-rails (= 2.24.0 )
@@ -203,18 +203,18 @@ GEM
203
203
diff-lcs (>= 1.2.0 , < 2.0 )
204
204
rspec-support (~> 3.13.0 )
205
205
rspec-support (3.13.1 )
206
- rubocop (1.61.0 )
206
+ rubocop (1.62.1 )
207
207
json (~> 2.3 )
208
208
language_server-protocol (>= 3.17.0 )
209
209
parallel (~> 1.10 )
210
210
parser (>= 3.3.0.2 )
211
211
rainbow (>= 2.2.2 , < 4.0 )
212
212
regexp_parser (>= 1.8 , < 3.0 )
213
213
rexml (>= 3.2.5 , < 4.0 )
214
- rubocop-ast (>= 1.30.0 , < 2.0 )
214
+ rubocop-ast (>= 1.31.1 , < 2.0 )
215
215
ruby-progressbar (~> 1.7 )
216
216
unicode-display_width (>= 2.4.0 , < 3.0 )
217
- rubocop-ast (1.31.1 )
217
+ rubocop-ast (1.31.2 )
218
218
parser (>= 3.3.0.4 )
219
219
rubocop-capybara (2.20.0 )
220
220
rubocop (~> 1.41 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
spec . require_paths = [ "lib" ]
31
31
32
32
# Locking rubocop versions so we can control the pending cops
33
- spec . add_dependency "rubocop" , "1.61.0 "
33
+ spec . add_dependency "rubocop" , "1.62.1 "
34
34
spec . add_dependency "rubocop-faker" , "1.1.0"
35
35
spec . add_dependency "rubocop-performance" , "1.20.2"
36
36
spec . add_dependency "rubocop-rails" , "2.24.0"
You can’t perform that action at this time.
0 commit comments