Skip to content

Commit

Permalink
lessen restrictions around factory_bot version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Feb 4, 2024
1 parent fddcaa2 commit 3a3a22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0")
gem "factory_bot"
else
gem "factory_bot", "~> 6.2", "< 6.4.5"
gem "factory_bot", "~> 5", "< 6.4.5"
end
gem "timecop"
gem "chronic"
Expand Down

0 comments on commit 3a3a22f

Please sign in to comment.