Skip to content

Commit 778d449

Browse files
authored
Update rubocop (#102)
- Upgrade rubocop to 1.82 with ruby 4.0 support
1 parent daadfe7 commit 778d449

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

rubocop/Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-config-umbrellio (1.81)
5-
rubocop (~> 1.81.0)
4+
rubocop-config-umbrellio (1.82)
5+
rubocop (~> 1.82.0)
66
rubocop-factory_bot (~> 2.27.0)
77
rubocop-performance (~> 1.26.0)
88
rubocop-rails (~> 2.33.0)
@@ -39,31 +39,32 @@ GEM
3939
language_server-protocol (3.17.0.5)
4040
lint_roller (1.1.0)
4141
logger (1.7.0)
42-
minitest (5.26.0)
42+
minitest (6.0.1)
43+
prism (~> 1.5)
4344
parallel (1.27.0)
4445
parser (3.3.9.0)
4546
ast (~> 2.4.1)
4647
racc
47-
prism (1.6.0)
48+
prism (1.7.0)
4849
racc (1.8.1)
4950
rack (3.2.3)
5051
rainbow (3.1.1)
5152
rake (13.3.0)
5253
regexp_parser (2.11.3)
53-
rubocop (1.81.1)
54+
rubocop (1.82.1)
5455
json (~> 2.3)
5556
language_server-protocol (~> 3.17.0.2)
5657
lint_roller (~> 1.1.0)
5758
parallel (~> 1.10)
5859
parser (>= 3.3.0.2)
5960
rainbow (>= 2.2.2, < 4.0)
6061
regexp_parser (>= 2.9.3, < 3.0)
61-
rubocop-ast (>= 1.47.1, < 2.0)
62+
rubocop-ast (>= 1.48.0, < 2.0)
6263
ruby-progressbar (~> 1.7)
6364
unicode-display_width (>= 2.4.0, < 4.0)
64-
rubocop-ast (1.47.1)
65+
rubocop-ast (1.49.0)
6566
parser (>= 3.3.7.2)
66-
prism (~> 1.4)
67+
prism (~> 1.7)
6768
rubocop-factory_bot (2.27.1)
6869
lint_roller (~> 1.1)
6970
rubocop (~> 1.72, >= 1.72.1)
@@ -92,7 +93,7 @@ GEM
9293
concurrent-ruby (~> 1.0)
9394
unicode-display_width (3.2.0)
9495
unicode-emoji (~> 4.1)
95-
unicode-emoji (4.1.0)
96+
unicode-emoji (4.2.0)
9697
uri (1.0.4)
9798

9899
PLATFORMS

rubocop/rubocop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Gem::Specification.new do |spec|
55
spec.required_ruby_version = ">= 3.0.0"
66

7-
rubocop_version = "1.81"
7+
rubocop_version = "1.82"
88

99
if ENV.fetch("PUBLISH_JOB", nil)
1010
release_version = "#{rubocop_version}.#{ENV.fetch("GITHUB_RUN_NUMBER")}"

0 commit comments

Comments
 (0)