Skip to content

Instantly share code, notes, and snippets.

@jimmycuadra
Created March 3, 2014 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmycuadra/9320831 to your computer and use it in GitHub Desktop.
Save jimmycuadra/9320831 to your computer and use it in GitHub Desktop.
:provision group from lita.io's Gemfile
group :provision do
# No gem release in many months
gem 'librarian-puppet', github: 'rodjek/librarian-puppet', require: false
gem 'puppet', require: false
gem 'puppet-lint', require: false
# capistrano-rails depends on this, but using HEAD until this fix is released as a gem:
# https://github.com/capistrano/bundler/issues/31
gem 'capistrano-bundler', github: 'capistrano/bundler', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-rbenv', require: false
# capistrano-puma gem is not working with Cap 3
gem 'capistrano-puma', github: 'seuros/capistrano-puma', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment