Skip to content

Commit

Permalink
Fix factory_bot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Mar 15, 2024
1 parent 4b5eaef commit e23e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-turntable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "barrage"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "dalli", ">= 2.7"
spec.add_development_dependency "factory_bot", "6.4.4"
spec.add_development_dependency "factory_bot", "<= 6.4.4"
spec.add_development_dependency "faker"
spec.add_development_dependency "guard-rspec"
spec.add_development_dependency "guard-rubocop"
Expand Down

0 comments on commit e23e1d9

Please sign in to comment.