From b8e3c5d5e5bdc01dc71c06ffed3437e926dcacc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:52:18 +0000 Subject: [PATCH] Build(deps-dev): Bump factory_bot_rails from 6.2.0 to 6.4.0 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.2.0 to 6.4.0. - [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.0) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ce01053de4..f79bf41c7a 100644 --- a/Gemfile +++ b/Gemfile @@ -180,7 +180,7 @@ end group :test, :development do gem 'bullet', '~> 7.1.3' - gem 'factory_bot_rails', '~> 6.2.0' + gem 'factory_bot_rails', '~> 6.4.0' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.1.0' gem 'rspec-rails', '~> 6.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index df3cd774b5..7a48352de7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,10 +199,10 @@ GEM actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) execjs (2.7.0) - factory_bot (6.2.0) + factory_bot (6.4.0) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.0) + factory_bot (~> 6.4) railties (>= 5.0.0) fancybox-rails (0.3.1) railties (>= 3.1.0) @@ -300,7 +300,7 @@ GEM libv8-node (18.16.0.0-x86_64-darwin) libv8-node (18.16.0.0-x86_64-linux) locale (2.1.3) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mahoro (0.5) @@ -319,7 +319,7 @@ GEM mime-types-data (3.2023.0808) mini_magick (4.12.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) mini_racer (0.8.0) libv8-node (~> 18.16.0.0) minitest (5.20.0) @@ -372,7 +372,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) @@ -516,7 +516,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.0.10) timeout (0.4.0) trailblazer-option (0.1.2) @@ -551,7 +551,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) zip_tricks (5.6.0) PLATFORMS @@ -577,7 +577,7 @@ DEPENDENCIES charlock_holmes (~> 0.7.7) dalli (~> 3.2.6) exception_notification (~> 4.5.0) - factory_bot_rails (~> 6.2.0) + factory_bot_rails (~> 6.4.0) fancybox-rails (~> 0.3.0) fast_gettext (~> 2.3.0) fivemat (~> 1.3.7)