Skip to content

Commit 09e3d44

Browse files
authored
Update rubocop (#99)
1 parent 116b48f commit 09e3d44

File tree

3 files changed

+58
-37
lines changed

3 files changed

+58
-37
lines changed

rubocop/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ source "https://rubygems.org"
44

55
# Specify your gem's dependencies in rubocop.gemspec
66
gemspec
7+
8+
gem "bundler", "~> 2.2"
9+
gem "rake", "~> 13.0"

rubocop/Gemfile.lock

Lines changed: 51 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,89 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-config-umbrellio (1.50.0)
5-
rubocop (~> 1.50.0)
6-
rubocop-performance (~> 1.17.0)
7-
rubocop-rails (~> 2.19.0)
4+
rubocop-config-umbrellio (1.63.0)
5+
rubocop (~> 1.63.0)
6+
rubocop-performance (~> 1.21.0)
7+
rubocop-rails (~> 2.24.0)
88
rubocop-rake (~> 0.6.0)
9-
rubocop-rspec (~> 2.20.0)
9+
rubocop-rspec (~> 2.29.0)
1010
rubocop-sequel (~> 0.3.3)
1111

1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
activesupport (7.0.4.3)
15+
activesupport (7.1.3.2)
16+
base64
17+
bigdecimal
1618
concurrent-ruby (~> 1.0, >= 1.0.2)
19+
connection_pool (>= 2.2.5)
20+
drb
1721
i18n (>= 1.6, < 2)
1822
minitest (>= 5.1)
23+
mutex_m
1924
tzinfo (~> 2.0)
2025
ast (2.4.2)
21-
concurrent-ruby (1.2.2)
22-
i18n (1.12.0)
26+
base64 (0.2.0)
27+
bigdecimal (3.1.7)
28+
concurrent-ruby (1.2.3)
29+
connection_pool (2.4.1)
30+
drb (2.2.1)
31+
i18n (1.14.4)
2332
concurrent-ruby (~> 1.0)
24-
json (2.6.3)
25-
minitest (5.18.0)
26-
parallel (1.22.1)
27-
parser (3.2.2.0)
33+
json (2.7.2)
34+
language_server-protocol (3.17.0.3)
35+
minitest (5.22.3)
36+
mutex_m (0.2.0)
37+
parallel (1.24.0)
38+
parser (3.3.1.0)
2839
ast (~> 2.4.1)
29-
rack (3.0.7)
40+
racc
41+
racc (1.7.3)
42+
rack (3.0.10)
3043
rainbow (3.1.1)
31-
rake (13.0.6)
32-
regexp_parser (2.8.0)
33-
rexml (3.2.5)
34-
rubocop (1.50.2)
44+
rake (13.2.1)
45+
regexp_parser (2.9.0)
46+
rexml (3.2.6)
47+
rubocop (1.63.4)
3548
json (~> 2.3)
49+
language_server-protocol (>= 3.17.0)
3650
parallel (~> 1.10)
37-
parser (>= 3.2.0.0)
51+
parser (>= 3.3.0.2)
3852
rainbow (>= 2.2.2, < 4.0)
3953
regexp_parser (>= 1.8, < 3.0)
4054
rexml (>= 3.2.5, < 4.0)
41-
rubocop-ast (>= 1.28.0, < 2.0)
55+
rubocop-ast (>= 1.31.1, < 2.0)
4256
ruby-progressbar (~> 1.7)
4357
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.28.0)
45-
parser (>= 3.2.1.0)
46-
rubocop-capybara (2.17.1)
58+
rubocop-ast (1.31.3)
59+
parser (>= 3.3.1.0)
60+
rubocop-capybara (2.20.0)
4761
rubocop (~> 1.41)
48-
rubocop-performance (1.17.1)
49-
rubocop (>= 1.7.0, < 2.0)
50-
rubocop-ast (>= 0.4.0)
51-
rubocop-rails (2.19.1)
62+
rubocop-factory_bot (2.25.1)
63+
rubocop (~> 1.41)
64+
rubocop-performance (1.21.0)
65+
rubocop (>= 1.48.1, < 2.0)
66+
rubocop-ast (>= 1.31.1, < 2.0)
67+
rubocop-rails (2.24.1)
5268
activesupport (>= 4.2.0)
5369
rack (>= 1.1)
5470
rubocop (>= 1.33.0, < 2.0)
71+
rubocop-ast (>= 1.31.1, < 2.0)
5572
rubocop-rake (0.6.0)
5673
rubocop (~> 1.0)
57-
rubocop-rspec (2.20.0)
58-
rubocop (~> 1.33)
74+
rubocop-rspec (2.29.1)
75+
rubocop (~> 1.40)
5976
rubocop-capybara (~> 2.17)
77+
rubocop-factory_bot (~> 2.22)
78+
rubocop-rspec_rails (~> 2.28)
79+
rubocop-rspec_rails (2.28.3)
80+
rubocop (~> 1.40)
6081
rubocop-sequel (0.3.4)
6182
rubocop (~> 1.0)
6283
ruby-progressbar (1.13.0)
6384
tzinfo (2.0.6)
6485
concurrent-ruby (~> 1.0)
65-
unicode-display_width (2.4.2)
86+
unicode-display_width (2.5.0)
6687

6788
PLATFORMS
6889
arm64-darwin-21
@@ -76,4 +97,4 @@ DEPENDENCIES
7697
rubocop-config-umbrellio!
7798

7899
BUNDLED WITH
79-
2.4.12
100+
2.5.9

rubocop/rubocop.gemspec

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

7-
rubocop_version = "1.50.0"
7+
rubocop_version = "1.63.0"
88

99
if ENV.fetch("PUBLISH_JOB", nil)
1010
release_version = "#{rubocop_version}.#{ENV.fetch("GITHUB_RUN_NUMBER")}"
@@ -22,12 +22,9 @@ Gem::Specification.new do |spec|
2222
spec.files = Dir["lib/rubocop.*.yml"] << "lib/rubocop.yml"
2323

2424
spec.add_dependency "rubocop", "~> #{rubocop_version}"
25-
spec.add_dependency "rubocop-performance", "~> 1.17.0"
26-
spec.add_dependency "rubocop-rails", "~> 2.19.0"
25+
spec.add_dependency "rubocop-performance", "~> 1.21.0"
26+
spec.add_dependency "rubocop-rails", "~> 2.24.0"
2727
spec.add_dependency "rubocop-rake", "~> 0.6.0"
28-
spec.add_dependency "rubocop-rspec", "~> 2.20.0"
28+
spec.add_dependency "rubocop-rspec", "~> 2.29.0"
2929
spec.add_dependency "rubocop-sequel", "~> 0.3.3"
30-
31-
spec.add_development_dependency "bundler", "~> 2.2"
32-
spec.add_development_dependency "rake", "~> 13.0"
3330
end

0 commit comments

Comments
 (0)