From b9a18700bb17dac279746d621cc74a0694d59dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:54:31 +0000 Subject: [PATCH] Bump factory_bot and factory_bot_rails Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) and [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails). These dependencies needed to be updated together. Updates `factory_bot` from 6.2.1 to 6.4.6 - [Release notes](https://github.com/thoughtbot/factory_bot/releases) - [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot/compare/v6.2.1...v6.4.6) Updates `factory_bot_rails` from 6.2.0 to 6.4.3 - [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.3) --- updated-dependencies: - dependency-name: factory_bot dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 23e75a14a..97b4244b7 100644 --- a/Gemfile +++ b/Gemfile @@ -58,8 +58,8 @@ 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', '~> 6.2' + gem 'factory_bot_rails', '~> 6.4' + gem 'factory_bot', '~> 6.4' gem 'listen' gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console diff --git a/Gemfile.lock b/Gemfile.lock index c44a98e6f..67bb99a53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM builder (3.2.4) chronic (0.10.2) colorize (0.8.1) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.2.5) console (1.13.1) fiber-local @@ -182,10 +182,10 @@ GEM et-orbi (1.2.7) tzinfo execjs (2.8.1) - factory_bot (6.2.1) + factory_bot (6.4.6) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) fast_blank (1.0.1) ffi (1.15.5) @@ -279,7 +279,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -505,8 +505,8 @@ DEPENDENCIES devise-async (~> 1.0) dotenv-rails (~> 2.8) erb_lint - factory_bot (~> 6.2) - factory_bot_rails (~> 6.2) + factory_bot (~> 6.4) + factory_bot_rails (~> 6.4) fast_blank good_job (~> 3.21) hamster (~> 3.0)