diff --git a/Gemfile b/Gemfile index d4c8ba41..355eff58 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :development, :test do gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'factory_bot_rails', '~> 5.0.1' + gem 'factory_bot_rails', '~> 5.0.2' gem 'faker', '~> 1.9' end diff --git a/Gemfile.lock b/Gemfile.lock index 10df1656..97ae7b6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,10 +129,10 @@ GEM encryptor (3.0.0) erubi (1.8.0) execjs (2.7.0) - factory_bot (5.0.0) + factory_bot (5.0.2) activesupport (>= 4.2.0) - factory_bot_rails (5.0.1) - factory_bot (~> 5.0.0) + factory_bot_rails (5.0.2) + factory_bot (~> 5.0.2) railties (>= 4.2.0) faker (1.9.3) i18n (>= 0.7) @@ -208,7 +208,7 @@ GEM popper_js (1.14.5) public_suffix (3.0.3) puma (3.12.1) - rack (2.0.6) + rack (2.0.7) rack-cors (1.0.2) rack-proxy (0.6.4) rack @@ -328,7 +328,7 @@ DEPENDENCIES devise (~> 4.6.1) devise_invitable (~> 2.0) draper (~> 3.1) - factory_bot_rails (~> 5.0.1) + factory_bot_rails (~> 5.0.2) faker (~> 1.9) foreman hootstrap (~> 0.12.0)