Shopify / bootboot

Dualboot your Ruby app made easy
MIT License
422 stars 31 forks source link

Raise an error if Bundler < 1.17 based on Bundler flag #13

Closed Edouard-chin closed 4 years ago

Edouard-chin commented 5 years ago

The current behavior is someone is on bundler < 1.17 is to output a warning message. We could introduce a bundler flag bootboot.raise_on_incompatible_bundler_version which when set will raise an error. The user won't have the choice but to upgrade to bundler 1.17

Edouard-chin commented 4 years ago

won't do