Skip to content

Instantly share code, notes, and snippets.

@boris
Created December 27, 2012 21:54
Show Gist options
  • Save boris/4392393 to your computer and use it in GitHub Desktop.
Save boris/4392393 to your computer and use it in GitHub Desktop.
capistrano task to show installed gems on remote servers
desc "Show installed gems"
task :show_gems do
stream "gem list"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment