From a8a37561b8a7a54494801b86d3b18206d8de1e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:31:10 +0000 Subject: [PATCH] Bump factory_bot_rails from 6.4.3 to 6.4.4 Bumps [factory_bot_rails](https://github.com/thoughtbot/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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 1d2696de61..f8cb4031b2 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ group :development, :test do # Use mocha for stubbing and mocking gem 'mocha', '~> 2.5.0' # Factory bot for factories - gem 'factory_bot_rails', '~> 6.4.3' + gem 'factory_bot_rails', '~> 6.4.4' # test template rendering gem 'rails-controller-testing', '~> 1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index be65871ea6..899c3bb544 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,10 +180,10 @@ GEM activesupport (>= 5.2, < 8) excon (1.1.1) execjs (2.9.1) - factory_bot (6.4.5) + 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) faker (3.5.1) i18n (>= 1.8.11, < 2) @@ -226,7 +226,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) @@ -266,7 +266,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) @@ -391,7 +391,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) + rackup (1.0.1) rack (< 3) webrick rails (7.2.1.1) @@ -439,7 +439,7 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -523,7 +523,7 @@ GEM faraday (~> 2.0) faraday-follow_redirects test-prof (1.4.2) - thor (1.3.1) + thor (1.3.2) tilt (2.0.11) timeout (0.4.1) tzinfo (2.0.6) @@ -550,7 +550,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) + webrick (1.9.0) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -558,7 +558,7 @@ GEM will_paginate (4.0.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS x86_64-linux @@ -588,7 +588,7 @@ DEPENDENCIES docker-api (~> 2.4.0) ed25519 exception_notification (~> 4.5.0) - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) faker (~> 3.5.1) flamegraph (~> 0.9.5) has_scope (~> 0.8.2)