Skip to content

Commit

Permalink
Merge pull request #67 from sue445/fix_dependency
Browse files Browse the repository at this point in the history
Requires rubocop 1.30.0+
  • Loading branch information
sue445 authored May 14, 2024
2 parents 3aaf14b + b2fa84e commit 280298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop_auto_corrector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.6.0'

spec.add_dependency 'rubocop', '>= 1.3.0'
spec.add_dependency 'rubocop', '>= 1.30.0'

spec.add_development_dependency 'bundler', '>= 1.17'
spec.add_development_dependency 'coveralls_reborn'
Expand Down

0 comments on commit 280298e

Please sign in to comment.