Skip to content

Commit 1469b6f

Browse files
committed
Bump rubocop-rails to 2.20
1 parent 8775890 commit 1469b6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ PATH
33
specs:
44
ruboconf-rails (1.11.1)
55
ruboconf (~> 1.12.0)
6-
rubocop-rails (~> 2.19)
6+
rubocop-rails (~> 2.20)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.0.4.3)
11+
activesupport (7.0.6)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 1.6, < 2)
1414
minitest (>= 5.1)
1515
tzinfo (~> 2.0)
1616
ast (2.4.2)
1717
concurrent-ruby (1.2.2)
18-
i18n (1.13.0)
18+
i18n (1.14.1)
1919
concurrent-ruby (~> 1.0)
2020
json (2.6.3)
2121
language_server-protocol (3.17.0.3)
22-
minitest (5.18.0)
22+
minitest (5.18.1)
2323
parallel (1.23.0)
2424
parser (3.2.2.3)
2525
ast (~> 2.4.1)
2626
racc
2727
racc (1.7.1)
28-
rack (3.0.7)
28+
rack (3.0.8)
2929
rainbow (3.1.1)
3030
rake (13.0.6)
3131
regexp_parser (2.8.1)
@@ -49,7 +49,7 @@ GEM
4949
rubocop-performance (1.18.0)
5050
rubocop (>= 1.7.0, < 2.0)
5151
rubocop-ast (>= 0.4.0)
52-
rubocop-rails (2.19.1)
52+
rubocop-rails (2.20.2)
5353
activesupport (>= 4.2.0)
5454
rack (>= 1.1)
5555
rubocop (>= 1.33.0, < 2.0)

ruboconf-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
2323
end
2424

2525
spec.add_dependency 'ruboconf', '~> 1.12.0'
26-
spec.add_dependency 'rubocop-rails', '~> 2.19'
26+
spec.add_dependency 'rubocop-rails', '~> 2.20'
2727
spec.metadata['rubygems_mfa_required'] = 'true'
2828
end

0 commit comments

Comments
 (0)