Gemfile in metasploit-model-2.0.4 vs Gemfile in metasploit-model-3.0.0

- old
+ new

@@ -5,12 +5,12 @@ # used by dummy application group :development, :test do # supplies factories for producing model instance for specs # Version 4.1.0 or newer is needed to support generate calls without the 'FactoryGirl.' in factory definitions syntax. - gem 'factory_girl' + gem 'factory_bot' # auto-load factories from spec/factories - gem 'factory_girl_rails' + gem 'factory_bot_rails' end group :test do # rails is not used because activerecord should not be included, but rails would normally coordinate the versions # between its dependencies, which is now handled by this constraint.