Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created August 4, 2010 23:33
Show Gist options
  • Save smerritt/508980 to your computer and use it in GitHub Desktop.
Save smerritt/508980 to your computer and use it in GitHub Desktop.
def bundle
sudo "#{$0} _#{VERSION}_ install_bundler 1.0.0.rc.3"
run "cd #{config.release_path} && bundle _1.0.0.rc.3_ install --deployment --path #{config.shared_path}/bundled_gems"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment