Skip to content

Commit a3d290b

Browse files
committed
Dependencies: Update to rubocop 1.84
1 parent e51962e commit a3d290b

2 files changed

Lines changed: 42 additions & 30 deletions

File tree

Gemfile.lock

Lines changed: 41 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,64 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
ast (2.4.2)
10-
diff-lcs (1.5.1)
9+
ast (2.4.3)
10+
diff-lcs (1.6.2)
11+
json (2.18.1)
12+
language_server-protocol (3.17.0.5)
13+
lint_roller (1.1.0)
1114
os (1.1.4)
12-
parallel (1.22.1)
13-
parser (3.1.3.0)
15+
parallel (1.27.0)
16+
parser (3.3.10.1)
1417
ast (~> 2.4.1)
18+
racc
19+
prism (1.9.0)
20+
racc (1.8.1)
1521
rainbow (3.1.1)
16-
rake (13.2.1)
17-
regexp_parser (2.6.1)
18-
rexml (3.2.5)
19-
rspec (3.13.0)
22+
rake (13.3.1)
23+
regexp_parser (2.11.3)
24+
rspec (3.13.2)
2025
rspec-core (~> 3.13.0)
2126
rspec-expectations (~> 3.13.0)
2227
rspec-mocks (~> 3.13.0)
23-
rspec-core (3.13.2)
28+
rspec-core (3.13.6)
2429
rspec-support (~> 3.13.0)
25-
rspec-expectations (3.13.3)
30+
rspec-expectations (3.13.5)
2631
diff-lcs (>= 1.2.0, < 2.0)
2732
rspec-support (~> 3.13.0)
28-
rspec-mocks (3.13.2)
33+
rspec-mocks (3.13.7)
2934
diff-lcs (>= 1.2.0, < 2.0)
3035
rspec-support (~> 3.13.0)
31-
rspec-support (3.13.2)
32-
rubocop (1.12.1)
36+
rspec-support (3.13.7)
37+
rubocop (1.84.1)
38+
json (~> 2.3)
39+
language_server-protocol (~> 3.17.0.2)
40+
lint_roller (~> 1.1.0)
3341
parallel (~> 1.10)
34-
parser (>= 3.0.0.0)
42+
parser (>= 3.3.0.2)
3543
rainbow (>= 2.2.2, < 4.0)
36-
regexp_parser (>= 1.8, < 3.0)
37-
rexml
38-
rubocop-ast (>= 1.2.0, < 2.0)
44+
regexp_parser (>= 2.9.3, < 3.0)
45+
rubocop-ast (>= 1.49.0, < 2.0)
3946
ruby-progressbar (~> 1.7)
40-
unicode-display_width (>= 1.4.0, < 3.0)
41-
rubocop-ast (1.23.0)
42-
parser (>= 3.1.1.0)
43-
rubocop-rake (0.5.1)
44-
rubocop
45-
rubocop-rspec (2.3.0)
46-
rubocop (~> 1.0)
47-
rubocop-ast (>= 1.1.0)
48-
ruby-progressbar (1.11.0)
49-
unicode-display_width (2.3.0)
47+
unicode-display_width (>= 2.4.0, < 4.0)
48+
rubocop-ast (1.49.0)
49+
parser (>= 3.3.7.2)
50+
prism (~> 1.7)
51+
rubocop-rake (0.7.1)
52+
lint_roller (~> 1.1)
53+
rubocop (>= 1.72.1)
54+
rubocop-rspec (3.9.0)
55+
lint_roller (~> 1.1)
56+
rubocop (~> 1.81)
57+
ruby-progressbar (1.13.0)
58+
unicode-display_width (3.2.0)
59+
unicode-emoji (~> 4.1)
60+
unicode-emoji (4.2.0)
5061

5162
PLATFORMS
5263
x86_64-darwin-17
5364
x86_64-darwin-19
5465
x86_64-darwin-20
66+
x86_64-darwin-23
5567
x86_64-linux
5668

5769
DEPENDENCIES
@@ -60,9 +72,9 @@ DEPENDENCIES
6072
os
6173
rake
6274
rspec (~> 3.10)
63-
rubocop (< 1.13)
75+
rubocop (< 1.85)
6476
rubocop-rake
6577
rubocop-rspec
6678

6779
BUNDLED WITH
68-
2.2.16
80+
2.7.1

crate_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
6060
spec.add_development_dependency 'os'
6161
spec.add_development_dependency 'rake'
6262
spec.add_development_dependency 'rspec', '~> 3.10'
63-
spec.add_development_dependency 'rubocop', '< 1.13'
63+
spec.add_development_dependency 'rubocop', '< 1.85'
6464
spec.add_development_dependency 'rubocop-rake'
6565
spec.add_development_dependency 'rubocop-rspec'
6666
end

0 commit comments

Comments
 (0)