Hegwin.Me

The bitterest tears shed over graves are for words left unsaid and deeds left undone.

Run specific version of bundler

运行特定版本的 bundler

Ruby Little (Useless) Trick (Skill) series. When you have two versions of bundler installed at the same time, say 2.0.1 and 1.17.2, by default `bundle exec` and other commands use the latest version of bundler; If you are maintaining an old program, then you may run into this magic problem due to the incompatibility of bundlers like this: ``` Bundler...