Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created November 16, 2011 15:09
Show Gist options
  • Save rentalcustard/1370284 to your computer and use it in GitHub Desktop.
Save rentalcustard/1370284 to your computer and use it in GitHub Desktop.
Hidden load path bug revealed by Bundler 1.1 rc
#...
spec.add_dependency("capistrano", [">= 1.0.0"])
#...
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