Skip to content

Commit

Permalink
Pass range as a positional arg
Browse files Browse the repository at this point in the history
As introduced in rubocop/rubocop#10748
  • Loading branch information
pirj committed Jun 24, 2022
1 parent 1929699 commit 0529607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-factory_bot.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'rubocop', '~> 1.19'
spec.add_runtime_dependency 'rubocop', '~> 1.31'

spec.add_development_dependency 'rack'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 0529607

Please sign in to comment.