From 425f2e70780121d3ae174d5e6b6efe83727a082a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Mon, 18 Mar 2019 14:24:54 +0000 Subject: [PATCH] Update factory_bot_rails to version 5.0.1 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3dfea397..d25e0f74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,11 +171,11 @@ GEM railties (>= 3.2, < 6.1) erubis (2.7.0) execjs (2.7.0) - 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 (5.0.2) + activesupport (>= 4.2.0) + factory_bot_rails (5.0.1) + factory_bot (~> 5.0.0) + railties (>= 4.2.0) faker (1.9.3) i18n (>= 0.7) faraday (0.15.4)