Skip to content

Commit

Permalink
Fix incorrect comment placement for add_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 19, 2025
1 parent 159045f commit eca3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Gem::Specification.new do |s|
}

s.add_dependency 'activesupport', '>= 4.2.0'
s.add_dependency 'lint_roller', '~> 1.1'
# Rack::Utils::SYMBOL_TO_STATUS_CODE, which is used by HttpStatus cop, was
# introduced in rack 1.1
s.add_dependency 'lint_roller', '~> 1.1'
s.add_dependency 'rack', '>= 1.1'
s.add_dependency 'rubocop', '>= 1.72.1', '< 2.0'
s.add_dependency 'rubocop-ast', '>= 1.38.0', '< 2.0'
Expand Down

0 comments on commit eca3732

Please sign in to comment.