Skip to content

Commit e37a8de

Browse files
committed
voxpupuli-rubocop: Update 4.2->5.0
1 parent 188eaf6 commit e37a8de

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ inherit_gem:
99
Naming/FileName:
1010
Exclude:
1111
- "*.gemspec"
12-
13-
AllCops:
14-
TargetRubyVersion: 3.2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :development do
1414
gem 'rspec', '~> 3.12'
1515
gem 'rspec-collection_matchers', '~> 1.2'
1616
gem 'rspec-its', '>= 1.3', '< 3'
17-
gem 'voxpupuli-rubocop', '~> 4.2.0'
17+
gem 'voxpupuli-rubocop', '~> 5.0.0'
1818
end

0 commit comments

Comments
 (0)