diff --git a/Gemfile b/Gemfile
index 8a5d19d..2032d1d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ group :development, :test do
   gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
 
   gem 'rspec-rails', '~> 7.0'
-  gem 'factory_bot_rails', '~> 6.4', '>= 6.4.3'
+  gem 'factory_bot_rails', '~> 6.4'
   gem 'test-prof', '~> 1.4'
 end
 
diff --git a/Gemfile.lock b/Gemfile.lock
index f969014..ce2226a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -92,10 +92,10 @@ GEM
     erubi (1.13.0)
     erubis (2.7.0)
     excon (1.2.1)
-    factory_bot (6.4.6)
+    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)
     ffi (1.17.0-x86_64-linux-gnu)
     globalid (1.2.1)
@@ -312,7 +312,7 @@ DEPENDENCIES
   byebug
   chartkick (~> 5.1)
   crawler_detect (~> 1.2)
-  factory_bot_rails (~> 6.4, >= 6.4.3)
+  factory_bot_rails (~> 6.4)
   heroicon (~> 1.0.0)
   image_processing (~> 1.13)
   importmap-rails (~> 2.0)