GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.
▶ requests ▶ os ▶ sys ▶ corlorama ▶ argparse Basic usage:
▶ python3 GemScanner.py --file /path/to/Gemfile.lock --output results.txt Options:
▶ usage: GemScanner.py [-h] -f FILE -o OUTPUT Script to find depreciated versions in Gemfile.lock optional arguments: -h, --help show this help message and exit -f FILE, --file FILE Path to Gemfile.lock -o OUTPUT, --output OUTPUT Output file - Add HTML Template Reporting
- Add threading Support