diff --git a/Gemfile b/Gemfile index c486d8832..7143a13ca 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ group :development, :ci, :test do gem 'rspec-rails', '~> 4.1.2' gem 'rspec', '~> 3.13.0' gem 'rspec-json_expectations', '~> 2' - gem 'factory_bot_rails', '~> 6.2' + gem 'factory_bot_rails', '~> 6.4' gem 'factory_bot', '~> 6.5' gem 'listen' gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console diff --git a/Gemfile.lock b/Gemfile.lock index f167298a2..a1802ca17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,8 +190,8 @@ GEM execjs (2.8.1) 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) fast_blank (1.0.1) ffi (1.17.0) @@ -520,7 +520,7 @@ DEPENDENCIES dotenv-rails (~> 2.8) erb_lint factory_bot (~> 6.5) - factory_bot_rails (~> 6.2) + factory_bot_rails (~> 6.4) fast_blank good_job (~> 3.99) hamster (~> 3.0)