J'ai un projet Ruby définissant un Gemfile
. Quand je cours bundle update
, déjà installé des gemmes sont mis à jour, probablement, par exemple.
Installing rake 10.5.0 (was 10.4.2)
Using CFPropertyList 2.2.8
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.8.3
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.5
Using addressable 2.4.0
Installing ansi 1.5.0
Installing ast 2.2.0 (was 2.1.0)
Using parser 2.2.3.0
Using astrolabe 1.3.1
Using extlib 0.9.16
[...]
Existe-t-il un fichier journal pour retracer / réviser ce qui se passait pendant une mise à jour? Une sorte de history.log
analogue à quoi apte Est-ce que.