Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Dec 12, 2023
1 parent e8c9c97 commit 7f6477f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@ Lint/LiteralAssignmentInCondition: # new in 1.58
# https://docs.rubocop.org/rubocop/cops_style.html#stylesuperwithargsparentheses
Style/SuperWithArgsParentheses: # new in 1.58
Enabled: true
# https://docs.rubocop.org/rubocop/cops_lint.html#lintitwithoutargumentsinblock
Lint/ItWithoutArgumentsInBlock: # new in 1.59
Enabled: true

# ============================================================
# Lint
Expand Down
2 changes: 1 addition & 1 deletion sgcop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rubocop', '~> 1.58.0'
spec.add_dependency 'rubocop', '~> 1.59.0'
spec.add_dependency 'rubocop-capybara', '~> 2.19.0'
spec.add_dependency 'rubocop-factory_bot', '~> 2.24.0'
spec.add_dependency 'rubocop-performance', '~> 1.19.0'
Expand Down

0 comments on commit 7f6477f

Please sign in to comment.