From 97dc2806e37e1075386915d10aecbdb54a204e95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 03:12:07 +0000 Subject: [PATCH] Bump factory_bot_rails from 4.11.1 to 5.1.0 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 4.11.1 to 5.1.0. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v4.11.1...v5.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 1cf7ba826..43e135e53 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ group :development, :test, :docs do gem 'byebug', '~> 11.0' gem 'consistency_fail', '~> 0.3' gem 'dotenv-rails', '~> 2.7' - gem 'factory_bot_rails', '~> 4.11' + gem 'factory_bot_rails', '~> 5.1' gem 'fog', '~> 2.1' # Cloud services gem, in production the aws-sdk gem is used gem 'immigrant', '~> 0.3' gem 'rspec-rails', '~> 3.8' diff --git a/Gemfile.lock b/Gemfile.lock index 1183a5cc9..21c3c8bc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,14 +229,14 @@ GEM dry-types (~> 0.13.1) email_reply_parser (0.5.9) errbase (0.1.1) - erubi (1.8.0) + erubi (1.9.0) excon (0.62.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.1.0) + activesupport (>= 4.2.0) + factory_bot_rails (5.1.0) + factory_bot (~> 5.1.0) + railties (>= 4.2.0) faker (1.9.3) i18n (>= 0.7) faraday (0.15.4) @@ -533,7 +533,7 @@ GEM mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.12.2) msgpack (1.2.10) multi_json (1.13.1) multi_xml (0.6.0) @@ -591,7 +591,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) + rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) rails-i18n (5.1.3) i18n (>= 0.7, < 2) @@ -603,7 +603,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (12.3.2) + rake (12.3.3) ransack (2.1.1) actionpack (>= 5.0) activerecord (>= 5.0) @@ -795,7 +795,7 @@ DEPENDENCIES derailed_benchmarks (~> 1.3) dotenv-rails (~> 2.7) email_reply_parser (~> 0.5) - factory_bot_rails (~> 4.11) + factory_bot_rails (~> 5.1) faker (~> 1.9) fast_blank (~> 1.0) fast_xs (~> 0.8)