diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,11 +19,12 @@ end group :deployment do # Deploy with Capistrano - gem 'capistrano', :git => 'git@github.com:capistrano/capistrano.git' #'~> 3.2.1' + gem 'capistrano', '~> 3.3.4' gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rvm' gem 'capistrano-postgresql', '~>3.0' + gem 'capistrano-passenger' end # Gems used only for assets and not required |