hyperoslo / capistrano-foreman

Capistrano tasks for foreman and upstart.
MIT License
136 stars 59 forks source link

Gem shouldn't be depending on capistrano-bundler #43

Open koenpunt opened 8 years ago

koenpunt commented 8 years ago

IMO bundler should (and can) be optional, because it's possible to install foreman without bundler.

koenpunt commented 8 years ago

Possibly related #42

nicolapagiaro commented 3 years ago

also for me capistrano-bundler should not be included in gemspec as dependency... it also breaks while upgrading capistrano-bundler to latest version (to use the latest features and remove cli deprecation warnings)

I forked the project and fixed it in this way if anyone else has the same issue.