Results 2 issues of Doug Stull

currently when running bundler-audit, it must be ran inside the directory where `.bundle` directory and the `Gemfile.lock` file exists - see this issue for enhancement on that package: https://github.com/rubysec/bundler-audit/issues/178 and...

see app model: class App < ActiveRecord::Base has_and_belongs_to_many :gateways see gateway model: class Gateway < ActiveRecord::Base has_and_belongs_to_many :apps in between these 2 models is a join table 'apps_gateways' with no...