diff --git a/Gemfile b/Gemfile index afd5adf06..30f202c0b 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6" group :development, :test do gem "debug", "~> 1.9.2" - gem "factory_bot_rails", "~> 6.4.3" + gem "factory_bot_rails", "~> 6.4.4" gem "faker", "~> 3.4.2" gem "i18n-tasks", "~> 0.9.37" gem "knapsack_pro", "~> 7.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7d2a69f09..eea2bc72b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,10 +217,10 @@ GEM json exiftool_vendored (12.97.0) exiftool (>= 0.7.0) - factory_bot (6.4.6) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot (6.5.1) + activesupport (>= 6.1.0) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) faker (3.4.2) i18n (>= 1.8.11, < 2) @@ -472,7 +472,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.10) + rack (2.2.11) rack-accept (0.4.5) rack (>= 0.4) rack-protection (3.2.0) @@ -706,7 +706,7 @@ GEM wkhtmltopdf-binary (0.12.6.8) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -742,7 +742,7 @@ DEPENDENCIES email_spec (~> 2.3.0) erb_lint (~> 0.9.0) exiftool_vendored (~> 12.97.0) - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) faker (~> 3.4.2) faraday-retry (~> 2.2.1) file_validators (~> 3.0.0)