Skip to content

Commit

Permalink
Fix rubocop contextual error (#93)
Browse files Browse the repository at this point in the history
Property AutoCorrect of cop FactoryBot/CreateList is supposed to be a boolean and contextual is not

by setting upper limit for
* rubocop-factory_bot
* rubocop-rspec_rails

rubocop/rubocop-rspec#1916
  • Loading branch information
dosas authored Jun 20, 2024
1 parent 3741a85 commit 5b84235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fog-proxmox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'reek', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rubocop', '~> 1.39'
spec.add_development_dependency 'rubocop-factory_bot', '< 2.26.0'
spec.add_development_dependency 'rubocop-minitest', '~> 0.24'
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
spec.add_development_dependency 'rubocop-rspec', '~> 2.15'
spec.add_development_dependency 'rubocop-rspec_rails', '< 2.29.0'
spec.add_development_dependency 'ruby-debug-ide', '~> 0.6'
spec.add_development_dependency 'simplecov', '~> 0.21'
spec.add_development_dependency 'vcr', '~> 4.0'
Expand Down

0 comments on commit 5b84235

Please sign in to comment.