From 2fd24b816c79877907bd80820bb15389a5df0c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:59:46 +0000 Subject: [PATCH] Bump factory_bot_rails in the ruby-minor-development group Bumps the ruby-minor-development group with 1 update: [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails). Updates `factory_bot_rails` from 6.4.3 to 6.4.4 - [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.4.3...v6.4.4) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-minor-development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4473b0f0f..293617ddf 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ group :development, :ci, :test do gem 'rspec-rails', '~> 4.1.2' gem 'rspec', '~> 3.13.0' gem 'rspec-json_expectations', '~> 2' - gem 'factory_bot_rails', '~> 6.2' + gem 'factory_bot_rails', '~> 6.4' gem 'factory_bot', '~> 6.5' gem 'listen' gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console diff --git a/Gemfile.lock b/Gemfile.lock index cff6cc735..07b1c35b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,8 +190,8 @@ GEM execjs (2.8.1) factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) fast_blank (1.0.1) ffi (1.17.0) @@ -255,7 +255,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -520,7 +520,7 @@ DEPENDENCIES dotenv-rails (~> 2.8) erb_lint factory_bot (~> 6.5) - factory_bot_rails (~> 6.2) + factory_bot_rails (~> 6.4) fast_blank good_job (~> 3.99) hamster (~> 3.0)