diff --git a/Gemfile b/Gemfile index 096e01b2..eb66f511 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] gem 'rspec-rails' gem 'guard-rspec', require: false - gem 'factory_bot_rails', '~> 6.1' + gem 'factory_bot_rails', '~> 6.4' gem 'database_cleaner' gem 'sinatra' end diff --git a/Gemfile.lock b/Gemfile.lock index e24a5249..760fc32f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,10 +111,10 @@ GEM dotenv (2.8.1) erubi (1.12.0) execjs (2.9.1) - factory_bot (6.2.1) + factory_bot (6.4.2) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.2) + factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.15.5) formatador (1.1.0) @@ -346,7 +346,7 @@ DEPENDENCIES diffy dockerfile-rails (>= 1.2) dotenv - factory_bot_rails (~> 6.1) + factory_bot_rails (~> 6.4) guard-rspec httparty jquery-rails