Skip to content

Commit

Permalink
Merge pull request #96 from rubocop/bump-rubocop-version
Browse files Browse the repository at this point in the history
Use `spec.add_runtime_dependency 'rubocop', '~> 1.41'`
  • Loading branch information
pirj authored Jan 4, 2024
2 parents d63c9fd + 708765a commit e0c0e5d
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 e0c0e5d

Please sign in to comment.