rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
579 stars 83 forks source link

Fix for foreman existence test in rbenv installs. #91

Closed MrJoy closed 2 years ago

MrJoy commented 2 years ago

Per #87:

Because rbenv uses shims, the existence of foreman in any gemset will result in this test passing (indicating that the tool is available), whether it's in the current gemset or not.

This test, courtesy of @t27duck, ensures that foreman is actually operable in the current context.

t27duck commented 2 years ago

@MrJoy This should probably be done in jsbundling-rails too.

MrJoy commented 2 years ago

@t27duck Ah! Good call! Thank you!