Skip to content

Commit

Permalink
Fix tests for older factory_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
crashtech committed Mar 13, 2024
1 parent 9a2166e commit 0f2ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torque_postgresql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'dotenv', '~> 2.1', '>= 2.1.1'
s.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'

s.add_development_dependency 'factory_bot', '~> 6.2', '>= 6.2.1', '< 6.4.6'
s.add_development_dependency 'factory_bot', '~> 6.2', '>= 6.2.1', '< 6.4'
s.add_development_dependency 'faker', '~> 2.20'
end

0 comments on commit 0f2ea69

Please sign in to comment.