Skip to content

Commit

Permalink
Merge pull request ManageIQ#23234 from kbrock/factorybot
Browse files Browse the repository at this point in the history
upgrade Factorybot to ruby3.3 friendly version
  • Loading branch information
Fryguy authored Oct 17, 2024
2 parents 08eeee2 + a4ea62f commit 60324ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ group :test do
gem "bundler-audit", :require => false
gem "capybara", "~>2.5.0", :require => false
gem "db-query-matchers", "~>0.11.0"
gem "factory_bot", "~>5.1", :require => false
gem "factory_bot", "~>6.5", :require => false
gem "simplecov", ">=0.21.2", :require => false
gem "timecop", "~>0.9", "!= 0.9.7", :require => false
gem "vcr", "~>6.1", :require => false
Expand Down
3 changes: 0 additions & 3 deletions spec/factories/workflow.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/factories/workflow_instance.rb

This file was deleted.

0 comments on commit 60324ac

Please sign in to comment.