Skip to content

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.

Notifications You must be signed in to change notification settings

Splint3r7/GemScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GemScanner

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.

Requirements

▶ requests
▶ os
▶ sys
▶ corlorama
▶ argparse

Usage

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

Demo

asciicast

TODO

  • Add HTML Template Reporting
  • Add threading Support

About

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published