Created
November 16, 2011 15:09
-
-
Save rentalcustard/1370284 to your computer and use it in GitHub Desktop.
Hidden load path bug revealed by Bundler 1.1 rc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#... | |
spec.add_dependency("capistrano", [">= 1.0.0"]) | |
#... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Capistrano::Configuration.instance(:must_exist).load do | |
namespace :something do | |
#etc. | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment