@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2014-02-15から1日間の記事一覧

You can review "bundle update" efficiently with Compare Linker

Usually Ruby projects use Bundler to manage dependent gems. You probably put a Gemfile.lock in version control system like Git. You will run bundle update to upgrade dependent gems. If you are a member of software development team and your…