wantedly / step-pretty-slack-notify

Posts wercker build/deploy status to a Slack channel
MIT License
88 stars 34 forks source link

Use `bundle exec` to execure script #38

Closed dtan4 closed 7 years ago

dtan4 commented 7 years ago

To resolve https://github.com/wantedly/step-pretty-slack-notify/pull/37#issuecomment-262361357

WHY

run.rb does not use bundle-installed gems in some environments.

WHAT

Wrap Ruby script with bundle exec to use bundle-installed gems.

koudaiii commented 7 years ago

Thank you for PR 😃 LGTM 👍