diff --git a/Gemfile b/Gemfile index cc2153d9..353ac89e 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :development, :test do gem "shoulda-matchers", ">= 6.2.0" gem "capybara" - gem "factory_bot_rails", "~> 6.4.3" + gem "factory_bot_rails", "~> 6.5.1" # Call "byebug" anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :windows] diff --git a/Gemfile.lock b/Gemfile.lock index 07540208..f8855887 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,9 +140,9 @@ GEM erubi (1.13.1) factory_bot (6.5.5) activesupport (>= 6.1.0) - factory_bot_rails (6.4.4) + factory_bot_rails (6.5.1) factory_bot (~> 6.5) - railties (>= 5.0.0) + railties (>= 6.1.0) faker (3.4.2) i18n (>= 1.8.11, < 2) faraday (2.14.0) @@ -491,7 +491,7 @@ DEPENDENCIES dartsass-rails devise (~> 4.9.3) dotenv-rails - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.5.1) faker (~> 3.4.2) faraday (~> 2.14.0) geo_coord