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 97c676f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
env:
Expand Down
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 97c676f

Please sign in to comment.