diff --git a/Gemfile b/Gemfile index 3d38fe8..8cff2ec 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development do end group :test do - gem 'factory_bot_rails', '~> 6.2' + gem 'factory_bot_rails', '~> 6.4' gem 'shoulda-matchers', '~> 5.3' gem 'simplecov' gem 'simplecov-console', require: false diff --git a/Gemfile.lock b/Gemfile.lock index eafeee1..5d6e634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,10 +83,10 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) erubi (1.12.0) - 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) @@ -252,7 +252,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug dotenv-rails - factory_bot_rails (~> 6.2) + factory_bot_rails (~> 6.4) guard-rspec jwt listen