Skip to content

Instantly share code, notes, and snippets.

@paneq
Created June 14, 2012 22:44
Show Gist options
  • Save paneq/2933465 to your computer and use it in GitHub Desktop.
Save paneq/2933465 to your computer and use it in GitHub Desktop.
Configure capistrano to skip gems required only on dev machines
set :bundle_without, [:development, :test, :linux, :darwin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment