Skip to content

Commit

Permalink
Merge pull request #46 from alaz/upgrade/rubocop
Browse files Browse the repository at this point in the history
Upgrade Rubocop
  • Loading branch information
alaz authored Sep 3, 2021
2 parents 4f1c9af + 7bce05e commit ec84db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legitbot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bump', '~> 0.8', '>= 0.8.0'
spec.add_development_dependency 'minitest', '~> 5.1', '>= 5.1.0'
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
spec.add_development_dependency 'rubocop', '~> 1.18.0', '>= 1.18.0'
spec.add_development_dependency 'rubocop', '~> 1.20.0', '>= 1.20.0'

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.rdoc_options = ['--charset=UTF-8']
Expand Down

0 comments on commit ec84db7

Please sign in to comment.