diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -23,11 +23,9 @@ group :deployment do gem 'capistrano', '~> 3.3.4' gem 'capistrano-bundler' gem 'capistrano-rails' - gem 'capistrano-rvm' gem 'capistrano-postgresql', :git => 'https://github.com/snake66/capistrano-postgresql.git', :branch => 'make-sudo-optional' #'~>4.0' - gem 'capistrano-passenger' end # Gems used only for assets and not required @@ -51,7 +49,7 @@ gem 'bcrypt-ruby', '~> 3.0.0' # gem 'jbuilder' # Use unicorn as the app server -# gem 'unicorn' +gem 'puma' # To use debugger # gem 'debugger' |