aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 5397e63..a70ed8e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'