Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 373 Bytes

bundle-diff

Bundler plugin for showing diffs of bundled gems against latest versions.

Installation

$ gem install bundle-diff

Usage

$ bundle diff GEMNAME

Tip: use bundle outdated to list installed gems with with newer versions available.

You can also specify the version of the gem to diff against:

$ bundle diff GEMNAME --version 1.2.3