Skip to content

Commit

Permalink
Update rubocop to version 1.51.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Munteanu <konstantin.munteanu@kaiahealth.com>
  • Loading branch information
depfu[bot] and mkon authored May 31, 2023
1 parent cae6b0f commit f0ac4d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ AllCops:
TargetRubyVersion: 2.7
NewCops: enable

Gemspec/DevelopmentDependencies:
Enabled: false

Layout/HashAlignment:
EnforcedColonStyle: table
EnforcedHashRocketStyle: table
Expand Down
2 changes: 1 addition & 1 deletion openapi_contracts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'json_spec', '~> 1.1.5'
s.add_development_dependency 'rack', '~> 3.0.0'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rubocop', '1.50.2'
s.add_development_dependency 'rubocop', '1.51.0'
s.add_development_dependency 'rubocop-rspec', '2.22.0'
s.add_development_dependency 'simplecov', '~> 0.22.0'
s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit f0ac4d0

Please sign in to comment.