Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Update factory_bot to fix the build
Browse files Browse the repository at this point in the history
It is building with activesupport 7.2
FactoryBot 5.1 does not work with this version
FactoryBot 6.5 is more compatible
  • Loading branch information
kbrock committed Sep 10, 2024
1 parent 6f58b8e commit 831a649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovirt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rest-client", ">= 2.0.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "factory_bot", "~> 5.1"
spec.add_development_dependency "factory_bot", "~> 6.5"
spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 831a649

Please sign in to comment.