diff --git a/Gemfile b/Gemfile index 0183d61..933aaf6 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 90b285f..c841e10 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) @@ -314,7 +314,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)