capistrano / rbenv

Idiomatic rbenv support for Capistrano 3.x
MIT License
203 stars 60 forks source link

Feature/require without hooks #85

Open Startouf opened 5 years ago

Startouf commented 5 years ago

Fixes https://github.com/capistrano/rbenv/issues/84 in a non breaking way, inspired from https://github.com/capistrano/passenger

capistrano-bot commented 5 years ago
1 Warning
:warning: Please update CHANGELOG.md with a description of your changes. If this PR is not a user-facing change (e.g. just refactoring), you can disregard this.

Thanks for the PR! This project lacks automated tests, which makes reviewing and approving PRs somewhat difficult. Please make sure that your contribution has not broken backwards compatibility or introduced any risky changes.

Here's an example of a CHANGELOG.md entry (place it immediately under the * Your contribution here! line):

* [#85](https://github.com/capistrano/rbenv/pull/85): Feature/require without hooks - [@Startouf](https://github.com/Startouf)

Generated by :no_entry_sign: Danger