From ab5f8e66b647b18ff80e758d72030baf80a77263 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 08:12:24 +0000 Subject: [PATCH] Update factory_bot requirement from 4.10.0 to 5.1.1 Updates the requirements on [factory_bot](https://github.com/thoughtbot/factory_bot) to permit the latest version. - [Release notes](https://github.com/thoughtbot/factory_bot/releases) - [Changelog](https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot/compare/v4.10.0...v5.1.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1f50a79..21e9d11 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,9 @@ gem 'solidus', github: 'solidusio/solidus', branch: branch group :test do gem 'rails-controller-testing' if branch < "v2.5" - gem 'factory_bot', '4.10.0' + gem 'factory_bot', '5.1.1' else - gem 'factory_bot', '> 4.10.0' + gem 'factory_bot', '5.1.1' end end