From 94eaf4212b44697028c805c7c31b27fa10d50d68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 12:20:00 -0500 Subject: [PATCH] Bump factory_bot_rails from 5.1.1 to 5.2.0 (#7619) 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7013b1365..fcd0e9c90 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ end group :test do gem "approvals", "~> 0.0" # A library to make it easier to do golden-master style testing in Ruby gem "exifr", ">= 1.3.6" # EXIF Reader is a module to read EXIF from JPEG and TIFF images - gem "factory_bot_rails", "~> 5.1" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies + gem "factory_bot_rails", "~> 5.2" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies gem "launchy", "~> 2.5" # Launchy is helper class for launching cross-platform applications in a fire and forget manner. gem "pundit-matchers", "~> 1.6" # A set of RSpec matchers for testing Pundit authorisation policies gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples diff --git a/Gemfile.lock b/Gemfile.lock index f1283ccb3..33b042219 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,10 +290,10 @@ GEM excon (0.73.0) execjs (2.7.0) exifr (1.3.6) - 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) faker (2.11.0) i18n (>= 1.6, < 2) @@ -878,7 +878,7 @@ DEPENDENCIES envied (~> 0.9) erb_lint (~> 0.0.32) exifr (>= 1.3.6) - factory_bot_rails (~> 5.1) + factory_bot_rails (~> 5.2) faker (~> 2.11) fast_jsonapi (~> 1.5) fastly (~> 2.5)