rudionrails / capistrano-strategy-copy-bundled

MIT License
18 stars 7 forks source link

'require bundler'?? #5

Open sumits opened 10 years ago

sumits commented 10 years ago

This could be a question too and not in-fact an issue, reporting here as I am not sure whats the best forum.

Recently we started having issues when using copy-bundle strategy where our Jenkins build was failing on https://github.com/rudionrails/capistrano-strategy-copy-bundled/blob/master/lib/capistrano/recipes/deploy/strategy/copy_bundled.rb#L60 with the message with_clean_env method not found for Bundler module. This makes sense as the copy_bundled.rb requires 'bundler/deployment' but not 'bundler'. Shouldn't bundler be added to the require list? I say recently, as things worked for a while. Any insights on how copy_bundled.rb was able to find Bundler methods and what could have changed?