lock license_finder at 5.11.1 due to bundler 2.x

This commit is contained in:
Jeffrey Martin 2020-02-28 08:57:19 -06:00
parent 0693f17170
commit cda9fd2a08
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# This script regenerates the LICENSE_GEMS file with the current gem licenses.
# It should be run automatically whenever Metasploit cuts a new release itself.
gem install license_finder
gem install license_finder --version "5.11.1"
echo "This file is auto-generated by tools/dev/update_gem_licenses.sh" > LICENSE_GEMS
license_finder | grep , >> LICENSE_GEMS