Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 380 Bytes

identify-outdated-gems.md

File metadata and controls

9 lines (7 loc) · 380 Bytes

Identify Outdated Gems

Bundler can be used to identify outdated gems for a given project. By running bundle outdated in a project's directory, Bundler will compare the versions of all stated gem dependencies against the gem server and report a list of those gems that are not up to date.

See the Bundler docs for more details.