diff --git a/Gemfile b/Gemfile index 51721acfb..56d4904d7 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index f3eda0a79..c02c73753 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)