diff --git a/Gemfile b/Gemfile index 80779b2ae2..10ccf40a8b 100644 --- a/Gemfile +++ b/Gemfile @@ -188,7 +188,7 @@ end group :test, :development do gem 'bullet', '~> 7.2.0' - gem 'factory_bot_rails', '~> 6.4.3' + gem 'factory_bot_rails', '~> 6.4.4' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.2.1' gem 'rspec-rails', '~> 7.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 164980537f..1adf17213a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,10 +205,10 @@ GEM actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) 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) fancybox-rails (0.3.1) railties (>= 3.1.0) @@ -313,7 +313,7 @@ GEM libv8-node (18.19.0.0-x86_64-linux) locale (2.1.4) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mahoro (0.5) @@ -574,7 +574,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) zip_tricks (5.6.0) PLATFORMS @@ -603,7 +603,7 @@ DEPENDENCIES dalli (~> 3.2.8) excel_analyzer! exception_notification (~> 4.5.0) - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) fancybox-rails (~> 0.3.0) fast_gettext (~> 3.1.0) fivemat (~> 1.3.7)