Skip to content

Simple ruby script to take a Gemfile.lock file and determine which dependencies have been recently updated.

Notifications You must be signed in to change notification settings

jkeck/who-broke-my-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who Broke My App?

A small ruby script that will look up all of the release dates of the gem versions in a given Gemfile.lock and print out which gems were released in a given number of days.

The main purpose of this script is to track down which dependencies had recently released versions that potentially introduced an issue into your application or gem.

Usage: who-broke-my-app [options]
    -p, --path [PATH]                Path to the Gemfile.lock
    -d, --days [DAYS]                Number of days to to search (default is 1)

About

Simple ruby script to take a Gemfile.lock file and determine which dependencies have been recently updated.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages