From 48738607263a430a214ac6582eef96bfe1f10ad5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 06:07:19 +0000 Subject: [PATCH] Bump factory_bot_rails from 5.1.1 to 5.2.0 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/v5.2.0/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v5.1.1...v5.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e20e377..4d1c23c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1100,10 +1100,10 @@ GEM erubi (1.9.0) eventmachine (1.2.7) execjs (2.7.0) - factory_bot (5.1.1) + factory_bot (5.2.0) activesupport (>= 4.2.0) - factory_bot_rails (5.1.1) - factory_bot (~> 5.1.0) + factory_bot_rails (5.2.0) + factory_bot (~> 5.2.0) railties (>= 4.2.0) faraday (0.17.3) multipart-post (>= 1.2, < 3)