Atualize o Gemfile e encontre os changelogs das joias

Se você estiver navegando na web depois de cada um bundle updatepara encontrar changelogs de joias atualizadas, dê uma olhada em gem_updater.

Instale-o como qualquer outra gema:

gem install gem_updater

E dentro do seu projeto, execute:

gem_update

Ele irá disparar um bundle updatepara você e, em seguida, buscar links para os changelogs.

Exemplo:

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)

Código-fonte, se disponível no github .