Update gems in your Gemfile and fetch their changelogs

Every week or so, you wish to update your Gemfile, to do so, you just have to launch bundle update.Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the changelogs of updated gems.This process can be quite time consumming: you need to check on the internet for every updated gems, find where their changelog is hosted, and probably link to it in your commit message so that other developers will have a chance to review it too.
Update gems in your Gemfile and fetch their changelogs #ruby #rubydeveloper #rubyonrails #gems https://rubyonrails.ba/single/update-gems-in-your-gemfile-and-fetch-their-changelogs

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles