diff --git a/Gemfile b/Gemfile index a38e6d7..81e081a 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :development, :test do # RSpec testing framework gem "rspec-rails", "~> 8.0" - gem "factory_bot_rails", "~> 6.4" + gem "factory_bot_rails", "~> 6.5" gem "faker", "~> 3.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 1f34d91..2aafda3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -97,7 +97,7 @@ GEM xpath (~> 3.2) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.5) date (3.4.1) @@ -120,9 +120,9 @@ GEM drb (2.2.3) erb (5.0.2) erubi (1.13.1) - factory_bot (6.5.4) + factory_bot (6.5.5) activesupport (>= 6.1.0) - factory_bot_rails (6.5.0) + factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) faker (3.5.2) @@ -267,7 +267,7 @@ GEM puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.0) + rack (3.2.1) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-session (2.1.1) @@ -464,7 +464,7 @@ DEPENDENCIES debug devise (~> 4.9) dotenv-rails - factory_bot_rails (~> 6.4) + factory_bot_rails (~> 6.5) faker (~> 3.0) font-awesome-sass (~> 6.7) httparty