Closed dtan4 closed 7 years ago
To resolve https://github.com/wantedly/step-pretty-slack-notify/pull/37#issuecomment-262361357
run.rb does not use bundle-installed gems in some environments.
run.rb
Wrap Ruby script with bundle exec to use bundle-installed gems.
bundle exec
Thank you for PR 😃 LGTM 👍
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.