From a017848acec5775a2757649466f6d16b5f6b9ea0 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 17 Aug 2021 17:05:36 +0200 Subject: [PATCH] Update factory_bot to 6.2.0 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f12dd4b5..084af3e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,11 +162,11 @@ GEM erubi (1.10.0) erubis (2.7.0) execjs (2.8.1) - factory_bot (4.11.1) - activesupport (>= 3.0.0) - factory_bot_rails (4.11.1) - factory_bot (~> 4.11.1) - railties (>= 3.0.0) + factory_bot (6.2.0) + activesupport (>= 5.0.0) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) + railties (>= 5.0.0) faker (1.9.3) i18n (>= 0.7) faraday (1.7.0)