Skip to content

Commit

Permalink
Use spec.add_runtime_dependency 'rubocop', '~> 1.41'
Browse files Browse the repository at this point in the history
Fix: #89
  • Loading branch information
ydah committed Jan 4, 2024
1 parent 2815a90 commit 708765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-factory_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'rubocop', '~> 1.33'
spec.add_runtime_dependency 'rubocop', '~> 1.41'
end

0 comments on commit 708765a

Please sign in to comment.