diff --git a/Gemfile b/Gemfile index 9aed7d3d..d1c6999d 100644 --- a/Gemfile +++ b/Gemfile @@ -39,6 +39,7 @@ group :development, :test do gem 'debug', platforms: %i[mri windows] gem 'rspec-rails', '~> 6.0' + gem 'factory_bot_rails', '~> 6.2' gem 'test-prof', '~> 1.0'