martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
207 stars 182 forks source link

Test for bundler before installing from Gemfile #342

Closed martinthomson closed 2 years ago

martinthomson commented 2 years ago

Warn if bundler isn't present, but don't bother trying to install if it is not. This should ensure that it is possible to operate from a local setup without bundler. As long as the tool is available on the path, it should still work.

Same for npm.