Bump factory_bot_rails

This commit is contained in:
Benjamin Neff 2024-05-30 04:04:57 +02:00
parent 140168ea2d
commit 781fda001b
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 5 additions and 5 deletions

View file

@ -239,7 +239,7 @@ group :test do
# General helpers
gem "factory_bot_rails", "6.2.0"
gem "factory_bot_rails", "6.4.3"
gem "shoulda-matchers", "5.3.0"
gem "timecop", "0.9.6"
gem "webmock", "3.18.1", require: false

View file

@ -247,10 +247,10 @@ GEM
state_machines
thor
fabrication (2.30.0)
factory_bot (6.2.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
@ -822,7 +822,7 @@ DEPENDENCIES
diaspora_federation-rails (= 1.1.0)
diaspora_federation-test (= 1.1.0)
eye (= 0.10.0)
factory_bot_rails (= 6.2.0)
factory_bot_rails (= 6.4.3)
faraday (= 2.9.0)
faraday-cookie_jar (= 0.0.7)
faraday-follow_redirects (= 0.3.0)