Bump factory_bot for ruby 3 support

This commit is contained in:
Benjamin Neff 2022-07-20 23:13:06 +02:00
parent 111b3cdc8e
commit 93c69c4d42
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 5 additions and 5 deletions

View file

@ -240,7 +240,7 @@ group :test do
# General helpers
gem "factory_bot_rails", "6.1.0"
gem "factory_bot_rails", "6.2.0"
gem "shoulda-matchers", "4.5.1"
gem "timecop", "0.9.5"
gem "webmock", "3.14.0", require: false

View file

@ -247,10 +247,10 @@ GEM
state_machines
thor
fabrication (2.29.0)
factory_bot (6.1.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.0)
faraday-em_http (~> 1.0)
@ -804,7 +804,7 @@ DEPENDENCIES
diaspora_federation-rails (= 1.0.0)
diaspora_federation-test (= 1.0.0)
eye (= 0.10.0)
factory_bot_rails (= 6.1.0)
factory_bot_rails (= 6.2.0)
faraday (= 1.10.0)
faraday-cookie_jar (= 0.0.7)
faraday-follow_redirects (= 0.3.0)