Slide 16
Slide 16 text
5W1H of `bundle update`
Who: Bancho or somebody
When: Weekly, daily, or not (CI tools or a noticed
member, With new features or only updated gem release)
Where: local development -> CI -> staging -> production
What: Dependent gems (`>= 5.1.0, < 6.0.0`)
Why: A few (breaking) change is easy understand
How: `bundle outdated`, `gemdiff` or others