Gemfile in metasploit-model-3.1.3 vs Gemfile in metasploit-model-3.1.4

- old
+ new

@@ -16,11 +16,9 @@ # 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. # Dummy app uses actionpack for ActionController, but not rails since it doesn't use activerecord. gem 'actionpack' - # Uploads simplecov reports to coveralls.io - gem 'coveralls', require: false # Engine tasks are loaded using railtie gem 'railties' gem 'rspec-rails' # Used for Postgres gem 'pg'