diff --git a/Gemfile b/Gemfile index 205118b..69ac1fb 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'ajax-datatables-rails' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem "factory_bot_rails" + gem "factory_bot_rails", ">= 6.5.0" gem "rspec-rails" gem "capybara" gem "selenium-webdriver"