From b5c8e1e2133ae55fba6ee07bc697b045e100d99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:25:29 +0000 Subject: [PATCH] Bump factory_bot_rails from 6.2.0 to 6.4.2 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.2.0 to 6.4.2. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.2.0...v6.4.2) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3d38fe8..8cff2ec 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development do end group :test do - gem 'factory_bot_rails', '~> 6.2' + gem 'factory_bot_rails', '~> 6.4' gem 'shoulda-matchers', '~> 5.3' gem 'simplecov' gem 'simplecov-console', require: false diff --git a/Gemfile.lock b/Gemfile.lock index eafeee1..5d6e634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,10 +83,10 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) erubi (1.12.0) - factory_bot (6.2.1) + factory_bot (6.4.2) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.2) + factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.15.5) formatador (1.1.0) @@ -252,7 +252,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug dotenv-rails - factory_bot_rails (~> 6.2) + factory_bot_rails (~> 6.4) guard-rspec jwt listen