Last Updated: February 25, 2016
·
185
· maximed

Update Gemfile and find the changelogs of gems

If you find yourself browsing the web after each bundle update to find changelogs of updated gems, take a look at gem_updater.

Install it like any other gem:

gem install gem_updater

And inside your project, run:

gem_update

It will trigger a bundle update for you, and then fetch links to changelogs.

Example:

my_app> gem_update
Updating gems...
(bundle output)
Bundle updated!
Looking for a changelog in https://github.com/ai/autoprefixer-rails
Looking for a changelog in https://github.com/vmg/redcarpet


Here are your changes:
------------------------
* autoprefixer-rails 5.1.8 → 5.1.8.1
[changelog](https://github.com/ai/autoprefixer-rails/blob/master/ChangeLog.md#5181)

* redcarpet 3.2.2 → 3.2.3
[changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md#version-323)

Source code if available on github.